Fix bug where pages wouldn't show everything
This commit is contained in:
parent
7b432613a7
commit
5a236f348b
2 changed files with 2 additions and 2 deletions
|
@ -1,3 +1,5 @@
|
|||
<!-- A hack to make sure the footer bar shows-->
|
||||
<div style="height: 100px"></div>
|
||||
<nav class="navbar navbar-inverse footer-nav" style= "margin-top: 30px">
|
||||
<div class="container-fluid">
|
||||
<div class="navbar-header">
|
||||
|
|
|
@ -182,6 +182,4 @@ a {
|
|||
|
||||
</div>
|
||||
|
||||
<!-- A hack for the footer bar -->
|
||||
<div style="height: 100px"></div>
|
||||
{% include 'footer.html' %}
|
||||
|
|
Loading…
Add table
Reference in a new issue