Fix bug where pages wouldn't show everything

This commit is contained in:
Nick Krichevsky 2020-01-10 11:48:46 -05:00
parent 7b432613a7
commit 5a236f348b
2 changed files with 2 additions and 2 deletions

View file

@ -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">

View file

@ -182,6 +182,4 @@ a {
</div>
<!-- A hack for the footer bar -->
<div style="height: 100px"></div>
{% include 'footer.html' %}