From 04dbe170cb22deb29c5dd2574765f5700deb48c3 Mon Sep 17 00:00:00 2001 From: jonrandoem Date: Wed, 11 Dec 2013 14:50:38 +0100 Subject: [PATCH] fixed navbar on small screens --- htdocs/themes/stikkedizr/css/style.css | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/htdocs/themes/stikkedizr/css/style.css b/htdocs/themes/stikkedizr/css/style.css index 27129dc..bf0bc3b 100644 --- a/htdocs/themes/stikkedizr/css/style.css +++ b/htdocs/themes/stikkedizr/css/style.css @@ -1,10 +1,10 @@ -@media (min-width: 980px) { - body { - position: relative; - padding-top: 40px; - } + +body { + position: relative; + padding-top: 50px; } + .hidden { display: none; }