From 3290f6b3607c8151a2c04b4bbd2f686059feffb2 Mon Sep 17 00:00:00 2001 From: Silke Meyer Date: Sat, 6 Sep 2014 12:20:55 +0200 Subject: [PATCH] Reduced height of navbar --- view/theme/frost-mobile/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/view/theme/frost-mobile/style.css b/view/theme/frost-mobile/style.css index 85f2b462e1..f656d155b0 100644 --- a/view/theme/frost-mobile/style.css +++ b/view/theme/frost-mobile/style.css @@ -143,7 +143,7 @@ blockquote { /* nav */ nav { - height: 94px; + height: 60px; /* width: 100%;*/ width: 320px; display: block; @@ -239,7 +239,7 @@ nav #nav-link-wrapper .nav-link { } nav .nav-link { - margin-top: 24px; + margin-top: 16px; margin-bottom: 0.2em; margin-right: 1em; margin-left: 1em;