mirror of
https://git.kittycat.homes/zoe/hugo-battheme.git
synced 2024-08-15 03:25:18 +00:00
fix hamburger menu
This commit is contained in:
parent
dfbc94ba48
commit
7a003e52c6
2 changed files with 4 additions and 3 deletions
|
@ -145,10 +145,11 @@ header{
|
|||
display: grid;
|
||||
align-items: center;
|
||||
justify-content: center;
|
||||
overflow: scroll;
|
||||
& * {
|
||||
display: grid;
|
||||
margin-top: 0.24vh;
|
||||
margin-bottom: 0.24vh;
|
||||
margin-top: 2pt;
|
||||
margin-bottom: 2pt;
|
||||
text-align: center;
|
||||
}
|
||||
&.hidden{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue