Improved padding of main container

* see #11

Signed-off-by: Jim Martens <github@2martens.de>
This commit is contained in:
Jim Martens 2017-12-24 23:00:01 +01:00
parent 9bd4ead39e
commit 3a67a44994
2 changed files with 4 additions and 4 deletions

View File

@ -20,14 +20,14 @@ $navbarHeight: 60px;
}
body {
padding-top: $navbarHeight;
padding-top: $navbarHeight + 15px;
}
body.submenu {
padding-top: 2*$navbarHeight;
padding-top: 2*$navbarHeight + 15px;
}
main {
#main {
padding-bottom: 150px;
}

View File

@ -15,7 +15,7 @@
{% endfor %}
<body class="{% if showSubmenu %}submenu{% endif %}">
{% include header.html %}
<div class="container">
<div id="main" class="container">
<div class="row">
<main class="col-sm-9">
{{ content }}