mirror of
https://git.kittycat.homes/zoe/hugo-batsite.git
synced 2024-08-15 03:18:24 +00:00
fix hamburger menu
This commit is contained in:
parent
2706d991fe
commit
197d77a651
3 changed files with 5 additions and 5 deletions
|
@ -366,8 +366,8 @@ header {
|
|||
justify-content: center; }
|
||||
#hamburger-bg * {
|
||||
display: grid;
|
||||
margin-top: 2%;
|
||||
margin-bottom: 2%;
|
||||
margin-top: 0.24vh;
|
||||
margin-bottom: 0.24vh;
|
||||
text-align: center; }
|
||||
#hamburger-bg.hidden {
|
||||
display: none; }
|
||||
|
|
|
@ -366,8 +366,8 @@ header {
|
|||
justify-content: center; }
|
||||
#hamburger-bg * {
|
||||
display: grid;
|
||||
margin-top: 2%;
|
||||
margin-bottom: 2%;
|
||||
margin-top: 0.24vh;
|
||||
margin-bottom: 0.24vh;
|
||||
text-align: center; }
|
||||
#hamburger-bg.hidden {
|
||||
display: none; }
|
||||
|
|
|
@ -1 +1 @@
|
|||
Subproject commit a9cd56eed9b692716c854731eae1ba8999c7257c
|
||||
Subproject commit dfbc94ba48b8be46250da966c8c21c70de8d377a
|
Loading…
Reference in a new issue