From 727269c6f70edda958ba5fe41329fe36b8338397 Mon Sep 17 00:00:00 2001 From: mathias Date: Thu, 22 Dec 2016 21:46:10 +0200 Subject: [PATCH] Testing mobile changes --- _includes/index.css | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/_includes/index.css b/_includes/index.css index 70f898d..10f9e60 100644 --- a/_includes/index.css +++ b/_includes/index.css @@ -182,7 +182,6 @@ a:focus { } @media (max-width: 600px) { #navigation { - bottom: 0; height: auto; width: 100%; } @@ -195,7 +194,7 @@ a:focus { .main-container { padding-left: 4%; padding-right: 4%; - padding-top: -8em; + padding-top: 8em; } } @media (min-width: 700px) {