1
0
Fork 0
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:
zoe 2022-04-16 16:19:33 +02:00
parent ddb0572df4
commit 7684f12144
3 changed files with 9 additions and 7 deletions
public/scss
resources/_gen/assets/scss/scss
themes

View file

@ -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; }

View file

@ -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