summaryrefslogtreecommitdiff
path: root/templates
diff options
context:
space:
mode:
Diffstat (limited to 'templates')
-rw-r--r--templates/layout.html6
1 files changed, 4 insertions, 2 deletions
diff --git a/templates/layout.html b/templates/layout.html
index 9c52843a..50cafb42 100644
--- a/templates/layout.html
+++ b/templates/layout.html
@@ -25,8 +25,10 @@
</div>
</div>
<div class="container-fluid">
- <div class="col-md-2" style="margin-top: 28px;">%menu%</div>
- %content%
+ <div class="row">
+ <div class="col-md-2" style="margin-top: 28px;">%menu%</div>
+ %content%
+ </div>
<div class="row">
<div class="col-md-12">
<hr />