Remove leftovers of a failed experiment
This commit is contained in:
parent
9b574899ab
commit
3d3e81c7dd
1 changed files with 0 additions and 11 deletions
|
@ -74,14 +74,3 @@
|
||||||
background-repeat:no-repeat;
|
background-repeat:no-repeat;
|
||||||
background-size:contain !important;
|
background-size:contain !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
.menu {
|
|
||||||
min-height: 2.8rem; /* no way to control min height in Tachyons */
|
|
||||||
max-height: 0; /* hide menu completely when burger unchecked */
|
|
||||||
transition: max-height 0.5s; /* show/hide menu transition */
|
|
||||||
}
|
|
||||||
|
|
||||||
/* when checkbox is checked, display menu (sibling element) */
|
|
||||||
#burger:checked ~ .menu {
|
|
||||||
max-height: 100%;
|
|
||||||
}
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue