From ba8a63e4733c9c93386c9ee3baed991111b63a21 Mon Sep 17 00:00:00 2001 From: Ryan L McIntyre Date: Sat, 22 Apr 2017 22:09:49 -0400 Subject: [PATCH] Moves first section higher above the fold (mobile) --- _includes/css/main.css | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/_includes/css/main.css b/_includes/css/main.css index bfc3057e4..02cce56d5 100644 --- a/_includes/css/main.css +++ b/_includes/css/main.css @@ -313,11 +313,17 @@ nav ul li:hover, nav ul li.active { min-width:60px; line-height:40px; } + .section:first-of-type { + padding-top: 70px; + } } /* tiny size (phones) */ @media only screen and (max-width: 380px) { nav ul li { min-width:90px; line-height:20px; } + .section:first-of-type { + padding-top: 40px; + } } /* anything not desktop */