summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--justified-nav.css4
1 files changed, 3 insertions, 1 deletions
diff --git a/justified-nav.css b/justified-nav.css
index 51758bac..7af733fb 100644
--- a/justified-nav.css
+++ b/justified-nav.css
@@ -27,7 +27,9 @@ body {
border-radius: 5px;
position:fixed;
z-index:99;
- width: auto;
+ top:0;
+ right:0;
+ left:0;
}
.nav-justified > li > a {
padding-top: 15px;