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
ddb0572df4
commit
7684f12144
3 changed files with 9 additions and 7 deletions
|
@ -363,11 +363,12 @@ header {
|
|||
transition: 0s;
|
||||
display: grid;
|
||||
align-items: center;
|
||||
justify-content: center; }
|
||||
justify-content: center;
|
||||
overflow: scroll; }
|
||||
#hamburger-bg * {
|
||||
display: grid;
|
||||
margin-top: 0.24vh;
|
||||
margin-bottom: 0.24vh;
|
||||
margin-top: 2pt;
|
||||
margin-bottom: 2pt;
|
||||
text-align: center; }
|
||||
#hamburger-bg.hidden {
|
||||
display: none; }
|
||||
|
|
|
@ -363,11 +363,12 @@ header {
|
|||
transition: 0s;
|
||||
display: grid;
|
||||
align-items: center;
|
||||
justify-content: center; }
|
||||
justify-content: center;
|
||||
overflow: scroll; }
|
||||
#hamburger-bg * {
|
||||
display: grid;
|
||||
margin-top: 0.24vh;
|
||||
margin-bottom: 0.24vh;
|
||||
margin-top: 2pt;
|
||||
margin-bottom: 2pt;
|
||||
text-align: center; }
|
||||
#hamburger-bg.hidden {
|
||||
display: none; }
|
||||
|
|
|
@ -1 +1 @@
|
|||
Subproject commit dfbc94ba48b8be46250da966c8c21c70de8d377a
|
||||
Subproject commit 7a003e52c675bf1362c3384a3b5ef093338d7a09
|
Loading…
Reference in a new issue