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

This commit is contained in:
Cory Dransfeldt 2025-04-03 09:21:14 -07:00
parent e0f6023dad
commit e153b1f5bc
No known key found for this signature in database
3 changed files with 4 additions and 3 deletions

View file

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