chore: line height

This commit is contained in:
Cory Dransfeldt 2024-04-29 21:36:31 -07:00
parent 21c2afca77
commit ab69b4229d
No known key found for this signature in database

View file

@ -5,7 +5,7 @@ html {
font-size: var(--font-size-base);
letter-spacing: -.05rem;
word-spacing: -.125rem;
line-height: var(--line-height-base);
line-height: var(--line-height-xl);
background: var(--background-color);
accent-color: var(--accent-color)
}