From 4d790251548939b80d8083cd0a168b9651976638 Mon Sep 17 00:00:00 2001 From: Naman Sood Date: Mon, 25 Jul 2022 19:03:50 -0500 Subject: [PATCH] styles: we should improve font sizes somewhat yet you wrote the font sizes yourself. curious! i am very intelligent. :D Signed-off-by: Naman Sood --- styles/main.scss | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/styles/main.scss b/styles/main.scss index 75dcf1f..6e5b390 100644 --- a/styles/main.scss +++ b/styles/main.scss @@ -6,7 +6,7 @@ transition: all 0.1s ease-in-out; } -$ls: 1.4rem; +$ls: 1.5rem; $bgColorLight: white; $bodyColorLight: #555; @@ -55,7 +55,7 @@ $accentColorDark: #3498db; } html { - font-size: 14pt; + font-size: 15pt; min-height: 100%; position: relative; }