Merge pull request #212 from nickyvanurk/fix-hamburger-icon-flicker

Fix hamburger icon flicker
This commit is contained in:
Djordje Atlialp 2020-09-26 11:09:22 +02:00 committed by GitHub
commit 2c51678f67
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -49,6 +49,11 @@
fill: currentColor;
margin-left: 10px;
cursor: pointer;
display: none;
@media #{$media-size-phone} {
display: block;
}
}
a {