summaryrefslogtreecommitdiff
path: root/index.html.j2
diff options
context:
space:
mode:
Diffstat (limited to 'index.html.j2')
-rw-r--r--index.html.j26
1 files changed, 5 insertions, 1 deletions
diff --git a/index.html.j2 b/index.html.j2
index 9e2953a8..5262bf2d 100644
--- a/index.html.j2
+++ b/index.html.j2
@@ -111,7 +111,11 @@
{% include "financial-news.html.j2.inc" %}
</div>
</div>
- {% include "common/footer.j2.inc" %}
</div> <!-- /container -->
+ <div class="container-fluid">
+ <div class="container">
+ {% include "common/footer.j2.inc" %}
+ </div>
+ </div>
</body>
</html>