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; }