From 89a331ee857dd05adc9172dcb7e1cd41937bb97e Mon Sep 17 00:00:00 2001 From: Silvio Giebl Date: Sun, 21 Jul 2019 00:04:50 +0200 Subject: [PATCH] Improved site header for logo (cherry picked from commit 468bf8368783309e69fdcaa91f7eb5b1e05d96aa) --- _sass/layout.scss | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/_sass/layout.scss b/_sass/layout.scss index 5ab7ff7..21a5490 100644 --- a/_sass/layout.scss +++ b/_sass/layout.scss @@ -146,6 +146,11 @@ padding-bottom: $sp-2; color: $body-heading-color; @include fs-6; + + @include mq(md) { + padding-top: $sp-3; + padding-bottom: $sp-3; + } } .menu-button {