From 0259650672dd9c749c6b789fbf72ec516136efa5 Mon Sep 17 00:00:00 2001 From: Cassowary Rusnov Date: Tue, 20 Dec 2022 13:38:26 -0800 Subject: [PATCH] Tweak font sizes slightly. --- assets/css/main.css | 2 ++ 1 file changed, 2 insertions(+) diff --git a/assets/css/main.css b/assets/css/main.css index 797a345..f8434e6 100644 --- a/assets/css/main.css +++ b/assets/css/main.css @@ -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 {