fix hamburger menu looking bad

This commit is contained in:
zoe 2022-05-06 14:23:01 +02:00
parent 0e30d62de4
commit 2b3767bfa5
1 changed files with 3 additions and 1 deletions

View File

@ -42,7 +42,7 @@ hr,
margin-left: 24%;
}
#content img,
#content img
{
display: block;
overflow: hidden;
@ -178,6 +178,8 @@ header{
margin-top: 2pt;
margin-bottom: 2pt;
text-align: center;
align-items: center;
padding: 5em;
}
&.hidden{
display: none;