Improved site header for logo

(cherry picked from commit 2a5c38907488b998af75e9a1ef2499428b8f1a78)
This commit is contained in:
Silvio Giebl 2019-07-20 23:42:27 +02:00
parent 418cf1d640
commit d4b79e2eac
1 changed files with 3 additions and 3 deletions

View File

@ -125,12 +125,12 @@
.site-header {
display: flex;
min-height: $header-height;
align-items: center;
@include mq(md) {
z-index: 101;
height: $header-height;
min-height: $header-height;
max-height: $header-height;
border-bottom: $border $border-color;
}
@ -142,8 +142,8 @@
display: flex;
height: 100%;
align-items: center;
padding-top: $gutter-spacing-sm;
padding-bottom: $gutter-spacing-sm;
padding-top: $sp-2;
padding-bottom: $sp-2;
color: $body-heading-color;
@include fs-6;
}