Alternative for 18559 (#19052)

This commit is contained in:
Joakim Sørensen 2021-09-05 08:27:44 +02:00 committed by GitHub
parent 32e20dfaaa
commit 132d15d748
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -123,7 +123,6 @@ header .grid {
.menu li a {
@include box-sizing(border-box);
@include transition(all 0.25s linear);
display: block;
padding: 32px 12px;
text-decoration: none;
@ -137,8 +136,7 @@ header .grid {
background: $site-background;
box-shadow: inset 0px 5px $navigation-color;
color: $navigation-color;
padding-top: 40px;
padding-bottom: 24px;
padding-bottom: 22px;
}
.toggle {