Compare commits

...

2 Commits

Author SHA1 Message Date
zoe 2b3767bfa5 fix hamburger menu looking bad 2022-05-06 14:23:01 +02:00
zoe 0e30d62de4 correct file extension on responsive scss 2022-05-06 14:04:02 +02:00
2 changed files with 3 additions and 1 deletions

View File

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