Fixes some header style issues

Signed-off-by: Michael Weimann <mail@michael-weimann.eu>
This commit is contained in:
Michael Weimann 2018-08-16 19:02:56 +02:00
parent bcc1a53f05
commit ccb8f7dff6
No known key found for this signature in database
GPG Key ID: 34F0524D4DA694A1
1 changed files with 3 additions and 2 deletions

View File

@ -98,7 +98,7 @@
width: 0;
position: absolute;
pointer-events: none;
right: 10px;
right: 22px;
}
}
.logo {
@ -226,9 +226,10 @@
/* NAVIGATION --------------------------------------------------------------- */
nav[role='navigation'] {
display: inline-block;
width: $header-height;
width: 0;
height: $header-height;
margin-left: -$header-height;
position: relative;
}
.header-left #navigation {