Remove unnecessary inline-block for hamburger

This commit is contained in:
Onyeka Aghanenu 2021-06-16 17:25:16 +01:00 committed by GitHub
parent e497789c76
commit e5d8d8c837
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -196,7 +196,6 @@ h4 {
display: none !important; display: none !important;
} }
.hamburger { .hamburger {
// display: inline-block;
float: right; float: right;
} }
.nav { .nav {