--- a/src/pyams_default_theme/templates/layout.pt Fri Jul 20 10:13:00 2018 +0200
+++ b/src/pyams_default_theme/templates/layout.pt Fri Jul 20 11:07:45 2018 +0200
@@ -32,7 +32,7 @@
<div id="main" class="no-margin" role="main">
<!-- Content -->
- <div id="content" style="opacity: 1;">
+ <div id="content" class="container" style="opacity: 1;">
<!--[if lt IE 9]>
<h1 i18n:translate="">Your browser is too old. Please install version 9 or higher of Internet Explorer.</h1>
<![endif]-->
--- a/src/pyams_default_theme/templates/preview-layout.pt Fri Jul 20 10:13:00 2018 +0200
+++ b/src/pyams_default_theme/templates/preview-layout.pt Fri Jul 20 11:07:45 2018 +0200
@@ -29,7 +29,7 @@
<div id="main" class="no-margin" role="main">
<!-- Content -->
- <div id="content" style="opacity: 1;">
+ <div id="content" class="container" style="opacity: 1;">
<!--[if lt IE 9]>
<h1 i18n:translate="">Your browser is too old. Please install version 9 or higher of Internet Explorer.</h1>
<![endif]-->