Breaking stuff still...
This commit is contained in:
parent
48a965cf15
commit
5915f62988
1 changed files with 3 additions and 3 deletions
|
@ -104,8 +104,8 @@ header {
|
||||||
}
|
}
|
||||||
|
|
||||||
#menu-selection {
|
#menu-selection {
|
||||||
height: 0%;
|
visibility: hidden;
|
||||||
transition: height 0.5s ease;
|
transition: visibility 0.5s ease;
|
||||||
}
|
}
|
||||||
|
|
||||||
#navigation #toggle-section {
|
#navigation #toggle-section {
|
||||||
|
@ -113,7 +113,7 @@ header {
|
||||||
}
|
}
|
||||||
|
|
||||||
#toggle-section:checked + #menu-section {
|
#toggle-section:checked + #menu-section {
|
||||||
height: 100%;
|
visibility: visible;
|
||||||
}
|
}
|
||||||
|
|
||||||
#bar #footer {
|
#bar #footer {
|
||||||
|
|
Loading…
Reference in a new issue