Tweak font sizes slightly.
continuous-integration/drone/push Build is passing Details

This commit is contained in:
Cassowary Rusnov 2022-12-20 13:38:26 -08:00
parent 92ac1f6a04
commit 0259650672
1 changed files with 2 additions and 0 deletions

View File

@ -10,6 +10,7 @@
--typeface-body: 'Fivo Sans';
--font-weight-bold: 700;
--font-weight-medium: 400;
--font-size-normal: 1.3rem;
--font-size-large: 1.3em;
--font-size-xlarge: 1.5em;
}
@ -32,6 +33,7 @@ body {
border-radius: none;
box-shadow: none;
max-width: 100%;
font-size: var(--font-size-normal);
}
p#copyright-footer {