Corrected navbar height in style file
Signed-off-by: Jim Martens <github@2martens.de>
This commit is contained in:
@ -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;
|
||||||
|
|||||||
Reference in New Issue
Block a user