From a2e3a0a561074fbc81832ebc4714398f3e63eb13 Mon Sep 17 00:00:00 2001 From: Said Achmiz Date: Tue, 11 Feb 2020 23:42:01 -0500 Subject: [PATCH] Slight tweak to mobile nav UI layout --- assets/css/main.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/assets/css/main.css b/assets/css/main.css index 79cf196..2cfa3a6 100644 --- a/assets/css/main.css +++ b/assets/css/main.css @@ -368,7 +368,7 @@ article { } @media only screen and (max-width: 960px) { article { - margin-top: 2rem; + margin-top: 3rem; } } @supports (-webkit-hyphens:auto) or (-ms-hyphens:auto) or (hyphens:auto) {