chore: clean up spacing
This commit is contained in:
parent
b933a5f4b5
commit
53f4a500ca
5 changed files with 17 additions and 12 deletions
|
@ -61,25 +61,25 @@
|
|||
|
||||
/* text */
|
||||
--font-size-xs: .725rem;
|
||||
--line-height-xs: 1.225rem;
|
||||
--line-height-xs: 1.45rem;
|
||||
|
||||
--font-size-sm: .825rem;
|
||||
--line-height-sm: 1.325rem;
|
||||
--line-height-sm: 1.65rem;
|
||||
|
||||
--font-size-base: .95rem;
|
||||
--line-height-base: 1.45rem;
|
||||
--line-height-base: 1.9rem;
|
||||
|
||||
--font-size-lg: 1.125rem;
|
||||
--line-height-lg: 1.5rem;
|
||||
--line-height-lg: 2.25rem;
|
||||
|
||||
--font-size-xl: 1.25rem;
|
||||
--line-height-xl: 1.75rem;
|
||||
--line-height-xl: 2.5rem;
|
||||
|
||||
--font-size-2xl: 1.5rem;
|
||||
--line-height-2xl: 2rem;
|
||||
--line-height-2xl: 3rem;
|
||||
|
||||
--font-size-3xl: 1.7rem;
|
||||
--line-height-3xl: 2.25rem;
|
||||
--line-height-3xl: 3.4rem;
|
||||
|
||||
--font-weight-base: 400;
|
||||
--font-weight-bold: 600;
|
||||
|
|
Reference in a new issue