base template: add more space to bottom
This commit is contained in:
parent
5c49405ac0
commit
afe12bd630
@ -11,7 +11,6 @@ body {
|
||||
}
|
||||
|
||||
.footer {
|
||||
widows: 100%;
|
||||
text-align: center;
|
||||
z-index: -1;
|
||||
}
|
||||
@ -23,3 +22,17 @@ details {
|
||||
#details {
|
||||
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>
|
||||
</nav><hr/>
|
||||
</header>
|
||||
<article>
|
||||
<article class="mb-5 pb-5">
|
||||
<div id="content" class="container">{% block content %}{% endblock content %}</div>
|
||||
</article>
|
||||
<footer class="footer fixed-bottom">
|
||||
|
Loading…
Reference in New Issue
Block a user