Removed hardcoded styling from layout, improved aux nav

(cherry picked from commit fd3c68cd1a39e059180c35c1d56ffa33ef4dfde4)
This commit is contained in:
Silvio Giebl
2019-07-21 16:55:34 +02:00
parent 721ca36d85
commit ec420a385b
3 changed files with 33 additions and 10 deletions

View File

@@ -148,7 +148,7 @@
@include fs-6;
}
.menu-button {
.site-button {
appearance: none;
display: flex;
height: 100%;
@@ -158,6 +158,7 @@
text-transform: uppercase;
background: transparent;
border: 0;
@include fs-3;
@include mq(md) {
display: none;
@@ -185,6 +186,8 @@ body {
left: 0;
padding-top: $sp-4;
padding-bottom: $sp-4;
color: $grey-dk-000;
@include fs-2;
@include mq(md) {
position: static;