Skip to content

Commit

Permalink
Fixes the logo height
Browse files Browse the repository at this point in the history
Signed-off-by: Michael Weimann <mail@michael-weimann.eu>
  • Loading branch information
weeman1337 committed Sep 26, 2018
1 parent 6c4f3ac commit 631b975
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions core/css/header.scss
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@

#header {
/* Header menu */
.header-left > nav > .menu,
.header-left > nav > .menu,
.header-right > div > .menu {
background-color: var(--color-main-background);
filter: drop-shadow(0 1px 5px var(--color-box-shadow));
Expand Down Expand Up @@ -113,7 +113,7 @@
background-size: contain;
background-position: center;
width: 62px;
height: 100%;
height: calc(100% - 2px);
position: absolute;
left: 12px;
top: 1px;
Expand Down Expand Up @@ -637,4 +637,4 @@ nav[role='navigation'] {
-webkit-appearance: none;
}
}
}
}

0 comments on commit 631b975

Please sign in to comment.