From d281f22242d2debf54dfc19a96f65e1e51eae557 Mon Sep 17 00:00:00 2001 From: Eryn Wells Date: Sat, 27 Aug 2022 10:10:25 -0700 Subject: [PATCH] Reduce padding on small screens to 2rem --- static/styles/main.css | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/static/styles/main.css b/static/styles/main.css index ee6f355..5602885 100644 --- a/static/styles/main.css +++ b/static/styles/main.css @@ -486,6 +486,10 @@ ul.post-tags li + li { } @media (max-width: 704px) { + :root { + --body-padding: 2rem; + } + html { font-size: 7px; }