chore(reset.css): set text-align: justify; for paragraph and header tags
This commit is contained in:
parent
dd2ba59ca0
commit
353136b94e
3 changed files with 4 additions and 3 deletions
|
@ -85,6 +85,7 @@ ol {
|
|||
:where(p, h1, h2, h3) {
|
||||
overflow-wrap: break-word;
|
||||
text-wrap: pretty;
|
||||
text-align: justify;
|
||||
}
|
||||
|
||||
:where(hr) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue