mirror of
https://git.kittycat.homes/zoe/hugo-battheme.git
synced 2024-08-15 03:25:18 +00:00
fix hamburger menu looking bad
This commit is contained in:
parent
0e30d62de4
commit
2b3767bfa5
1 changed files with 3 additions and 1 deletions
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue