summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--core/css/header.scss8
1 files changed, 6 insertions, 2 deletions
diff --git a/core/css/header.scss b/core/css/header.scss
index 5a5d6276e0e..f0030502bca 100644
--- a/core/css/header.scss
+++ b/core/css/header.scss
@@ -192,9 +192,13 @@
}
/* NAVIGATION --------------------------------------------------------------- */
+nav {
+ margin-top: auto;
+}
+
#navigation {
position: relative;
- top: 69px;
+ top: 45px;
left: -100%;
width: 265px;
max-height: 85%;
@@ -538,7 +542,7 @@
border-width: 10px;
transform: translateX(-50%);
left: 50%;
- top: 14px;
+ top: 12px;
z-index: 100;
display: block;
}