From dfed52db10ea4d4bb7cf63a1a1969cd238f140ea Mon Sep 17 00:00:00 2001
From: Bastien DUMONT <bdumont@grandlyon.com>
Date: Thu, 3 Mar 2022 11:36:20 +0000
Subject: [PATCH] fix : template newsletter for outlook

---
 src/notifications/monthlyReport.hbs | 16 ++++++++--------
 1 file changed, 8 insertions(+), 8 deletions(-)

diff --git a/src/notifications/monthlyReport.hbs b/src/notifications/monthlyReport.hbs
index 0ed436382..ce404c0dc 100644
--- a/src/notifications/monthlyReport.hbs
+++ b/src/notifications/monthlyReport.hbs
@@ -35,8 +35,8 @@
       </mj-column>
     </mj-section>
     <mj-section background-color="#121212">
-      <mj-text color="white" font-weight="400"  font-size="18px">Retrouvez le détail de vos consommations et plus d'informations dans votre bilan Ecolyo.<br /><br /></mj-text>
       <mj-column>
+        <mj-text color="white" font-weight="400"  font-size="18px">Retrouvez le détail de vos consommations et plus d'informations dans votre bilan Ecolyo.<br /><br /></mj-text>
         <mj-social css-class="button-with-icon" icon-size="36px" mode="horizontal" font-size="20px" font-weight="700" >
           <mj-social-element src="{{baseUrl}}/assets/ecolyo-icon.png" name="ecolyo" padding="0 10px 0 0" href="{{clientUrl}}">
             Voir mon bilan
@@ -71,15 +71,15 @@
       </mj-column>
     </mj-section>
     <mj-section background-color="#121212">
-      <mj-column width="40%" vertical-align="middle">
+      <mj-column vertical-align="middle">
         <mj-image src={{feedbackImageUrl}} width="53px" align="center" alt="feedback"></mj-image>
+        <mj-text color="white" font-weight="900" align="center" font-size="18px">
+          Un problème, une question, une suggestion ?
+        </mj-text>
+        <mj-text color="white" align="center" font-size="18px">
+          N'hésitez pas à nous écrire via la bulle dans le service.
+        </mj-text>
       </mj-column>
-      <mj-text color="white" font-weight="900"  align="center" font-size="18px">
-        Un problème, une question, une suggestion ?
-      </mj-text>
-      <mj-text color="white" align="center" font-size="18px">
-        N'hésitez pas à nous écrire via la bulle dans le service.
-      </mj-text>
     </mj-section>
     <mj-section background-color="black">
       <mj-column>
-- 
GitLab