Skip to content

Commit f948916

Browse files
committed
Fixes the logo height
Signed-off-by: Michael Weimann <mail@michael-weimann.eu>
1 parent 2f45045 commit f948916

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

core/css/header.scss

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@
7575

7676
#header {
7777
/* Header menu */
78-
.header-left > nav > .menu,
78+
.header-left > nav > .menu,
7979
.header-right > div > .menu {
8080
background-color: var(--color-main-background);
8181
filter: drop-shadow(0 1px 5px var(--color-box-shadow));
@@ -113,7 +113,7 @@
113113
background-size: contain;
114114
background-position: center;
115115
width: 62px;
116-
height: 100%;
116+
height: calc(100% - 2px);
117117
position: absolute;
118118
left: 12px;
119119
top: 1px;
@@ -637,4 +637,4 @@ nav[role='navigation'] {
637637
-webkit-appearance: none;
638638
}
639639
}
640-
}
640+
}

0 commit comments

Comments
 (0)