mirror of
https://github.com/lenaschimmel/queerallyear
synced 2024-11-10 05:54:13 +00:00
Static fix for the menu.
This commit is contained in:
parent
267aa8d158
commit
a230357062
1 changed files with 1 additions and 1 deletions
|
@ -269,7 +269,7 @@ textarea {
|
|||
display: none;
|
||||
}
|
||||
.header .menu-btn:checked ~ .menu {
|
||||
max-height: 260px;
|
||||
max-height: 320px;
|
||||
}
|
||||
.header .menu-btn:checked ~ .menu-icon .navicon {
|
||||
background: transparent;
|
||||
|
|
Loading…
Reference in a new issue