increase base font size and actually use font size base
This commit is contained in:
@ -12,7 +12,7 @@
|
|||||||
--link-hover: #9fa8da;
|
--link-hover: #9fa8da;
|
||||||
|
|
||||||
--font-family: 'Arial', 'Helvetica', sans-serif;
|
--font-family: 'Arial', 'Helvetica', sans-serif;
|
||||||
--font-size-base: 16px;
|
--font-size-base: 1.25rem;
|
||||||
--line-height-base: 1.6;
|
--line-height-base: 1.6;
|
||||||
|
|
||||||
--spacing-small: 0.5rem;
|
--spacing-small: 0.5rem;
|
||||||
@ -32,6 +32,7 @@ body {
|
|||||||
min-height: 100vh;
|
min-height: 100vh;
|
||||||
display: flex;
|
display: flex;
|
||||||
flex-direction: column;
|
flex-direction: column;
|
||||||
|
font-size: var(--font-size-base);
|
||||||
}
|
}
|
||||||
|
|
||||||
h1,
|
h1,
|
||||||
|
|||||||
Reference in New Issue
Block a user