* Justify content * Justify content * Remove redundant justification * Remove inline css --------- Co-authored-by: Emruz Hossain <hossainemruz@gmail.com>
This commit is contained in:
parent
5b31653ed2
commit
aa7bdb0899
2 changed files with 6 additions and 0 deletions
|
@ -12,6 +12,8 @@ strong {
|
||||||
|
|
||||||
p {
|
p {
|
||||||
color: get-light-color('text-color');
|
color: get-light-color('text-color');
|
||||||
|
text-align: justify;
|
||||||
|
text-justify: inter-word;
|
||||||
}
|
}
|
||||||
|
|
||||||
input {
|
input {
|
||||||
|
|
|
@ -49,6 +49,10 @@ body.kind-page {
|
||||||
margin-top: 0px;
|
margin-top: 0px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
p {
|
||||||
|
text-align: center;
|
||||||
|
}
|
||||||
|
|
||||||
img {
|
img {
|
||||||
height: 120px;
|
height: 120px;
|
||||||
width: 120px;
|
width: 120px;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue