From d4b79e2eace94d2af7986764b38ba1254e3d3dad Mon Sep 17 00:00:00 2001 From: Silvio Giebl Date: Sat, 20 Jul 2019 23:42:27 +0200 Subject: [PATCH] Improved site header for logo (cherry picked from commit 2a5c38907488b998af75e9a1ef2499428b8f1a78) --- _sass/layout.scss | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/_sass/layout.scss b/_sass/layout.scss index 4c214ea..5ab7ff7 100644 --- a/_sass/layout.scss +++ b/_sass/layout.scss @@ -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; }