Files
2martens.de/_assets/css/main.scss
2017-12-24 23:00:01 +01:00

49 lines
687 B
SCSS

@charset "UTF-8";
// Import partials from `sass_dir` (defaults to `_sass`)
@import
"bootstrap-custom"
//"base",
//"layout",
//"syntax-highlighting"
;
.site-header > .navbar {
//border-top: 5px solid $dark;
border-bottom: 2px solid $light;
}
$navbarHeight: 60px;
#submenuNavbar {
top: $navbarHeight;
}
body {
padding-top: $navbarHeight + 15px;
}
body.submenu {
padding-top: 2*$navbarHeight + 15px;
}
#main {
padding-bottom: 150px;
}
.site-header > .navbar {
background-color: $body-bg;
}
.site-footer {
border-top: 2px solid $light;
background-color: $body-bg;
}
.post-content {
text-align: justify;
}
.post-title {
font-weight: $font-weight-normal;
}