chore: line height
This commit is contained in:
parent
21c2afca77
commit
ab69b4229d
1 changed files with 1 additions and 1 deletions
|
@ -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)
|
||||
}
|
||||
|
|
Reference in a new issue