base template: add more space to bottom
This commit is contained in:
parent
5c49405ac0
commit
afe12bd630
@ -11,7 +11,6 @@ body {
|
|||||||
}
|
}
|
||||||
|
|
||||||
.footer {
|
.footer {
|
||||||
widows: 100%;
|
|
||||||
text-align: center;
|
text-align: center;
|
||||||
z-index: -1;
|
z-index: -1;
|
||||||
}
|
}
|
||||||
@ -22,4 +21,18 @@ details {
|
|||||||
|
|
||||||
#details {
|
#details {
|
||||||
text-align: justify;
|
text-align: justify;
|
||||||
|
}
|
||||||
|
|
||||||
|
.nav-link {
|
||||||
|
margin-top: 0px;
|
||||||
|
margin-bottom: 0px;
|
||||||
|
padding-top: 0px;
|
||||||
|
padding-bottom: 0px;
|
||||||
|
}
|
||||||
|
|
||||||
|
.navbar {
|
||||||
|
margin-top: 0px;
|
||||||
|
margin-bottom: 0px;
|
||||||
|
padding-top: 0px;
|
||||||
|
padding-bottom: 0px;
|
||||||
}
|
}
|
@ -16,7 +16,7 @@
|
|||||||
</ul>
|
</ul>
|
||||||
</nav><hr/>
|
</nav><hr/>
|
||||||
</header>
|
</header>
|
||||||
<article>
|
<article class="mb-5 pb-5">
|
||||||
<div id="content" class="container">{% block content %}{% endblock content %}</div>
|
<div id="content" class="container">{% block content %}{% endblock content %}</div>
|
||||||
</article>
|
</article>
|
||||||
<footer class="footer fixed-bottom">
|
<footer class="footer fixed-bottom">
|
||||||
|
Loading…
Reference in New Issue
Block a user