Fix hamburger icon on mobile padding
continuous-integration/drone/push Build is passing Details

This commit is contained in:
kolaente 2020-06-12 18:59:54 +02:00
parent 7cecc38d67
commit 914e8f2084
Signed by: konrad
GPG Key ID: F40E70337AB24C9B
2 changed files with 6 additions and 5 deletions

View File

@ -65,7 +65,7 @@
position: absolute;
right: 1.5em;
margin-top: -58px;
z-index: 99;
z-index: 4;
.items {
display: flex;

View File

@ -340,6 +340,7 @@
font-weight: bold;
font-size: 2em;
color: $dark;
line-height: 1;
&:hover, &:focus {
color: darken($dark, 20);
@ -370,14 +371,14 @@
@media screen and (max-width: $tablet) {
.mobilemenu-hide-button {
display: block;
top: 1vh;
right: 4vh;
top: 1rem;
right: 1rem;
}
.mobilemenu-show-button {
display: block;
top: 1vh;
left: 4vh;
top: 1rem;
left: 1rem;
}
.mobile-overlay {