Corrected navbar height in style file

Signed-off-by: Jim Martens <github@2martens.de>
This commit is contained in:
2017-12-25 13:45:23 +01:00
parent 8a7af3b032
commit 15acf2b996

View File

@ -3,9 +3,6 @@
// Import partials from `sass_dir` (defaults to `_sass`) // Import partials from `sass_dir` (defaults to `_sass`)
@import @import
"bootstrap-custom" "bootstrap-custom"
//"base",
//"layout",
//"syntax-highlighting"
; ;
.site-header > .navbar { .site-header > .navbar {
@ -13,7 +10,7 @@
border-bottom: 2px solid $light; border-bottom: 2px solid $light;
} }
$navbarHeight: 60px; $navbarHeight: 58px;
#submenuNavbar { #submenuNavbar {
top: $navbarHeight; top: $navbarHeight;