* Justify content * Justify content * Remove redundant justification * Remove inline css --------- Co-authored-by: Emruz Hossain <hossainemruz@gmail.com>
@@ -12,6 +12,8 @@ strong {
p {
color: get-light-color('text-color');
+ text-align: justify;
+ text-justify: inter-word;
}
input {
@@ -49,6 +49,10 @@ body.kind-page {
margin-top: 0px;
+ p {
+ text-align: center;
+ }
+
img {
height: 120px;
width: 120px;