chore(reset.css): set text-align: justify; for paragraph and header tags

This commit is contained in:
Cory Dransfeldt 2025-04-05 22:34:45 -07:00
parent dd2ba59ca0
commit 353136b94e
No known key found for this signature in database
3 changed files with 4 additions and 3 deletions

View file

@ -85,6 +85,7 @@ ol {
:where(p, h1, h2, h3) {
overflow-wrap: break-word;
text-wrap: pretty;
text-align: justify;
}
:where(hr) {