mirror of
https://github.com/lenaschimmel/queerallyear
synced 2024-11-10 05:54:13 +00:00
parent
72487042aa
commit
267aa8d158
1 changed files with 2 additions and 2 deletions
|
@ -228,7 +228,7 @@ textarea {
|
|||
}
|
||||
.header .menu {
|
||||
clear: both;
|
||||
height: 0;
|
||||
max-height: 0;
|
||||
transition: max-height .2s ease-out;
|
||||
}
|
||||
|
||||
|
@ -269,7 +269,7 @@ textarea {
|
|||
display: none;
|
||||
}
|
||||
.header .menu-btn:checked ~ .menu {
|
||||
height: auto;
|
||||
max-height: 260px;
|
||||
}
|
||||
.header .menu-btn:checked ~ .menu-icon .navicon {
|
||||
background: transparent;
|
||||
|
|
Loading…
Reference in a new issue