Improved site header for logo

(cherry picked from commit 468bf8368783309e69fdcaa91f7eb5b1e05d96aa)
This commit is contained in:
Silvio Giebl 2019-07-21 00:04:50 +02:00
parent d4b79e2eac
commit 89a331ee85
1 changed files with 5 additions and 0 deletions

View File

@ -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 {