Reduce text-lg and text-xl line-height
This commit is contained in:
parent
f0ae080cb3
commit
b635d7b46b
1 changed files with 2 additions and 2 deletions
|
|
@ -31,11 +31,11 @@
|
|||
}
|
||||
.text-lg {
|
||||
font-size: var(--text-lg); /* 24px */
|
||||
line-height: 1.5; /* 36px */
|
||||
line-height: 1.25; /* 30px */
|
||||
}
|
||||
.text-xl {
|
||||
font-size: var(--text-xl); /* 32px */
|
||||
line-height: 1.25; /* 40px */
|
||||
line-height: 1; /* 32px */
|
||||
}
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue