summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'python/templates/layout/base.html')
-rw-r--r--python/templates/layout/base.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/python/templates/layout/base.html b/python/templates/layout/base.html
index 1c1f2cf..eaa86f3 100644
--- a/python/templates/layout/base.html
+++ b/python/templates/layout/base.html
@@ -6,7 +6,7 @@
<div class="container">
<div class="row">
- <div id="content" class="col-md-12">
+ <div id="content" class="col-md-14">
{% block content %}{% endblock %}
</div>
</div>