change paragraph style to text-align: justify
This commit is contained in:
parent
d186211453
commit
c104c75c69
1 changed files with 3 additions and 0 deletions
|
@ -47,6 +47,9 @@ ol, ul {
|
|||
padding-left: 1.5em;
|
||||
margin: 0;
|
||||
}
|
||||
p {
|
||||
text-align: justify;
|
||||
}
|
||||
p:first-child {
|
||||
margin-top: 0;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue