From bf7275af655d9f70fed75c821ad89ddef68ff190 Mon Sep 17 00:00:00 2001 From: Julian Kirsch Date: Tue, 18 Nov 2014 20:26:55 +0100 Subject: bug --- justified-nav.css | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/justified-nav.css b/justified-nav.css index 7e729829..188849d1 100644 --- a/justified-nav.css +++ b/justified-nav.css @@ -15,8 +15,8 @@ body { background-color: transparent; } .jumbotron .btn { - padding: 14px 24px; - font-size: 21px; + padding: 12px 22px; + font-size: 19px; } /* Customize the nav-justified links to be fill the entire space of the .navbar */ @@ -27,9 +27,9 @@ body { border-radius: 5px; position:fixed; z-index:99; - top:0; - right:-100; - left:100; + top:20; + right:0; + left:0; } .nav-justified > li > a { padding-top: 15px; -- cgit v1.2.3