mirror of
https://git.kittycat.homes/zoe/hugo-batsite.git
synced 2024-08-15 03:18:24 +00:00
fix hamburger menu looking bad
This commit is contained in:
parent
1bda327e19
commit
99365908f0
3 changed files with 7 additions and 3 deletions
|
@ -390,7 +390,9 @@ header {
|
|||
display: grid;
|
||||
margin-top: 2pt;
|
||||
margin-bottom: 2pt;
|
||||
text-align: center; }
|
||||
text-align: center;
|
||||
align-items: center;
|
||||
padding: 5em; }
|
||||
#hamburger-bg.hidden {
|
||||
display: none; }
|
||||
|
||||
|
|
|
@ -390,7 +390,9 @@ header {
|
|||
display: grid;
|
||||
margin-top: 2pt;
|
||||
margin-bottom: 2pt;
|
||||
text-align: center; }
|
||||
text-align: center;
|
||||
align-items: center;
|
||||
padding: 5em; }
|
||||
#hamburger-bg.hidden {
|
||||
display: none; }
|
||||
|
||||
|
|
|
@ -1 +1 @@
|
|||
Subproject commit 0e30d62de479343d7dde5581d5d1efc1b93b2dc0
|
||||
Subproject commit 2b3767bfa5937d1c95cd472ef29ed166265b99d7
|
Loading…
Reference in a new issue