templates/home/index.tpl
changeset 4 d9298ea00d20
parent 0 4869aea77e21
copy from templates/home/home.tpl
copy to templates/home/index.tpl
--- a/templates/home/home.tpl
+++ b/templates/home/index.tpl
@@ -1,17 +1,15 @@
 <div class="container-fluid">
     <div class="row">
         <div class="col-lg-12">
-            <div class="text-center">
-                <h4>
-                    {html_entity_decode($text->getHeadline())}
-                </h4>
+            <h4>
+                {html_entity_decode($text->getHeadline())}
+            </h4>
 
-                <hr/>
+            <hr/>
 
-                <p>
-                    {html_entity_decode($text->getText())}
-                </p>
-            </div>
+            <p>
+                {html_entity_decode($text->getText())}
+            </p>
         </div>
     </div>