From cc4b301b93968ca3dda1b07322bbfc3d425d5d73 Mon Sep 17 00:00:00 2001 From: Florian Dold Date: Tue, 14 Feb 2017 22:38:55 +0100 Subject: fix navbar padding --- justified-nav.css | 11 +++-------- 1 file changed, 3 insertions(+), 8 deletions(-) (limited to 'justified-nav.css') diff --git a/justified-nav.css b/justified-nav.css index 59dc11d3..bf4c175c 100644 --- a/justified-nav.css +++ b/justified-nav.css @@ -25,9 +25,9 @@ body { } .nav-justified > li > a { border-radius: 20px; - padding-top: 10px; - padding-bottom: 10px; - margin-bottom: 0; + padding-top: 5px; + padding-bottom: 5px; + margin-bottom: 5px; margin-left: 10px; margin-top: 5px; font-weight: normal; @@ -46,11 +46,6 @@ body { font-weight: bold; } -@media (min-width: 768px) { - .nav-justified { - max-height: 52px; - } -} /* Responsive: Portrait tablets and up */ @media screen and (min-width: 768px) { -- cgit v1.2.3