From 124a0da9e394d464108f2f6476742e147980dd2b Mon Sep 17 00:00:00 2001 From: scoliono <2191476+scoliono@users.noreply.github.com> Date: Wed, 9 Sep 2020 20:49:04 -0700 Subject: [PATCH] prevent taller navbar from covering content on mobile --- static/global.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/static/global.css b/static/global.css index fde221e..2893795 100644 --- a/static/global.css +++ b/static/global.css @@ -88,7 +88,7 @@ div.article-meta { .content { background: #fff; - margin: 12rem 0; + margin: 16rem 0; padding: 2rem; }