summaryrefslogtreecommitdiff
path: root/templates
diff options
context:
space:
mode:
authorCedric Spindler <cedric.spindler@gmail.com>2019-01-28 00:46:12 +0100
committerCedric Spindler <cedric.spindler@gmail.com>2019-01-28 00:46:12 +0100
commit349f8a85835fb827a79a3a9286743a6bc3b04140 (patch)
tree99c192dd9bd7133fe2e9bf8002c9e81303a805fc /templates
parent73d49e078d8b1c2f44dae01cffdf1b2fd3f5cb3a (diff)
Center the page layout
Diffstat (limited to 'templates')
-rw-r--r--templates/page.tmpl2
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/page.tmpl b/templates/page.tmpl
index 58d792e4..206055db 100644
--- a/templates/page.tmpl
+++ b/templates/page.tmpl
@@ -51,7 +51,7 @@
<body>
- <TMPL_IF HTML5><article class="page container row"><TMPL_ELSE><div class="page container row"></TMPL_IF>
+ <TMPL_IF HTML5><article class="page container"><TMPL_ELSE><div class="page container"></TMPL_IF>
<!-- START pageheader -->
<TMPL_IF HTML5><section class="pageheader col-xs-12"><TMPL_ELSE><div class="pageheader col-xs-12"></TMPL_IF>
<TMPL_IF HTML5><header class="header"><TMPL_ELSE><div class="header"></TMPL_IF>