Added dynamic non-JS submenu

* closes #6

Signed-off-by: Jim Martens <github@2martens.de>
This commit is contained in:
2017-12-24 22:49:36 +01:00
parent 90f5f0e5f4
commit b441310087
3 changed files with 62 additions and 20 deletions

View File

@ -13,8 +13,18 @@
border-bottom: 2px solid $light;
}
$navbarHeight: 60px;
#submenuNavbar {
top: $navbarHeight;
}
body {
padding-top: 60px;
padding-top: $navbarHeight;
}
body.submenu {
padding-top: 2*$navbarHeight;
}
main {