Improved site header for logo

(cherry picked from commit 97d1c663ef566ffe20fb1ec217fd2d8c1a8a2382)
This commit is contained in:
Silvio Giebl 2019-07-21 00:06:36 +02:00
parent 89a331ee85
commit 6a46a4797e
1 changed files with 4 additions and 4 deletions

View File

@ -142,14 +142,14 @@
display: flex;
height: 100%;
align-items: center;
padding-top: $sp-2;
padding-bottom: $sp-2;
padding-top: $sp-3;
padding-bottom: $sp-3;
color: $body-heading-color;
@include fs-6;
@include mq(md) {
padding-top: $sp-3;
padding-bottom: $sp-3;
padding-top: $sp-2;
padding-bottom: $sp-2;
}
}