Compare commits
2 Commits
298770d366
...
e42ace870e
| Author | SHA1 | Date |
|---|---|---|
|
|
e42ace870e | |
|
|
927faecc28 |
|
|
@ -147,7 +147,10 @@
|
||||||
display: none;
|
display: none;
|
||||||
}
|
}
|
||||||
|
|
||||||
input[type=checkbox]:checked ~ .navbar-container nav ul {
|
input[type=checkbox]:checked ~ .navbar-container nav {
|
||||||
|
height: 255px; //TODO: make dynamic in Webkit
|
||||||
|
|
||||||
|
ul {
|
||||||
@include menu-list(column);
|
@include menu-list(column);
|
||||||
|
|
||||||
li {
|
li {
|
||||||
|
|
@ -165,6 +168,7 @@
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
}
|
||||||
|
|
||||||
.navbar-container {
|
.navbar-container {
|
||||||
margin-top: auto;
|
margin-top: auto;
|
||||||
|
|
|
||||||
Binary file not shown.
|
Before Width: | Height: | Size: 478 KiB After Width: | Height: | Size: 486 KiB |
Loading…
Reference in New Issue