From 398ae0c037002c83f818cf3372bbb2e5423b0ced Mon Sep 17 00:00:00 2001 From: Daniel Barber Date: Wed, 20 Nov 2019 12:22:55 -0500 Subject: [PATCH] Reduce vertical padding --- source/stylesheets/site.css.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/stylesheets/site.css.scss b/source/stylesheets/site.css.scss index 11056db..e65aa79 100644 --- a/source/stylesheets/site.css.scss +++ b/source/stylesheets/site.css.scss @@ -10,7 +10,7 @@ body { font-family: "Gotham A", "Gotham B", sans-serif; font-style: normal; font-weight: 400; - padding: 4vw 1rem; + padding: 2vw 1rem; text-align: center; @media (prefers-color-scheme: dark) {