fix hamburger menu

This commit is contained in:
zoe 2022-04-16 15:43:22 +02:00
parent 2706d991fe
commit 197d77a651
3 changed files with 5 additions and 5 deletions

View file

@ -366,8 +366,8 @@ header {
justify-content: center; }
#hamburger-bg * {
display: grid;
margin-top: 2%;
margin-bottom: 2%;
margin-top: 0.24vh;
margin-bottom: 0.24vh;
text-align: center; }
#hamburger-bg.hidden {
display: none; }