Skip to content
Snippets Groups Projects
Commit 6a46a479 authored by Silvio Giebl's avatar Silvio Giebl
Browse files

Improved site header for logo

(cherry picked from commit 97d1c663ef566ffe20fb1ec217fd2d8c1a8a2382)
parent 89a331ee
No related branches found
No related tags found
No related merge requests found
......@@ -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;
}
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment