Add font size variables for consistent typography
This commit is contained in:
@ -2,7 +2,7 @@
|
||||
margin: 1rem 0;
|
||||
box-shadow: var(--edge-highlight);
|
||||
border-radius: var(--rounded-corner);
|
||||
padding: 0.75rem 1rem;
|
||||
padding: 1rem;
|
||||
|
||||
:last-child {
|
||||
margin-block-end: 0;
|
||||
@ -21,7 +21,8 @@
|
||||
}
|
||||
|
||||
.big {
|
||||
font-size: x-large;
|
||||
font-size: var(--font-size-x-large);
|
||||
line-height: 1;
|
||||
|
||||
.icon {
|
||||
margin-inline-end: 0.375rem;
|
||||
|
Reference in New Issue
Block a user