fix hamburger menu looking bad

This commit is contained in:
zoe 2022-05-06 14:23:21 +02:00
parent 1bda327e19
commit 99365908f0
3 changed files with 7 additions and 3 deletions

View File

@ -390,7 +390,9 @@ header {
display: grid;
margin-top: 2pt;
margin-bottom: 2pt;
text-align: center; }
text-align: center;
align-items: center;
padding: 5em; }
#hamburger-bg.hidden {
display: none; }

View File

@ -390,7 +390,9 @@ header {
display: grid;
margin-top: 2pt;
margin-bottom: 2pt;
text-align: center; }
text-align: center;
align-items: center;
padding: 5em; }
#hamburger-bg.hidden {
display: none; }

@ -1 +1 @@
Subproject commit 0e30d62de479343d7dde5581d5d1efc1b93b2dc0
Subproject commit 2b3767bfa5937d1c95cd472ef29ed166265b99d7