From 8d76f2183908b9bad329c2e096e33cce84165299 Mon Sep 17 00:00:00 2001
From: Moreau Elise <moreau.elise13@gmail.com>
Date: Thu, 15 Oct 2020 10:04:37 +0200
Subject: [PATCH] replace house in the center of the village

---
 public/assets/css/general.css | 5 +++++
 templates/home/home.twig      | 2 +-
 2 files changed, 6 insertions(+), 1 deletion(-)

diff --git a/public/assets/css/general.css b/public/assets/css/general.css
index 247ba2e..6f6c457 100644
--- a/public/assets/css/general.css
+++ b/public/assets/css/general.css
@@ -98,4 +98,9 @@ body, html {
     overflow:scroll; 
     grid-row:2/5;
     grid-column: 1/5;
+}
+
+#center_text {
+    grid-column: span 4 ;
+
 }
\ No newline at end of file
diff --git a/templates/home/home.twig b/templates/home/home.twig
index 58f7b95..bc708ad 100644
--- a/templates/home/home.twig
+++ b/templates/home/home.twig
@@ -1,6 +1,6 @@
 {% extends 'common/layout.twig' %}
 {% block content %}
-<div class="ui text container">
+<div class="ui text container" id="center_text">
     <h1> BIENVENUE </h1>
     <p>
     Lorem ipsum dolor sit amet, consectetur adipiscing elit. Integer interdum hendrerit ullamcorper. Ut at viverra ante.
-- 
GitLab