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
a9cd56eed9
commit
dfbc94ba48
1 changed files with 2 additions and 2 deletions
|
@ -147,8 +147,8 @@ header{
|
||||||
justify-content: center;
|
justify-content: center;
|
||||||
& * {
|
& * {
|
||||||
display: grid;
|
display: grid;
|
||||||
margin-top: 2%;
|
margin-top: 0.24vh;
|
||||||
margin-bottom: 2%;
|
margin-bottom: 0.24vh;
|
||||||
text-align: center;
|
text-align: center;
|
||||||
}
|
}
|
||||||
&.hidden{
|
&.hidden{
|
||||||
|
|
Loading…
Reference in a new issue