From 632e225a29cacaf2788fe879c2b666e1d5b00ce9 Mon Sep 17 00:00:00 2001 From: Cade Scroggins Date: Sun, 7 Mar 2021 14:05:50 -0800 Subject: [PATCH] optimize for smaller screens --- index.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/index.html b/index.html index 0a7c89b..8a78ebd 100644 --- a/index.html +++ b/index.html @@ -372,7 +372,7 @@ --clock-font-family: var(--font-family); - --base-font-size: 17px; + --base-font-size: 16px; --clock-font-size: 4rem; --search-input-font-size: 2rem; @@ -523,7 +523,7 @@ } .categories { - padding: 3rem 0; + padding: 2rem 0; columns: var(--help-category-columns); }