From 20653658e5141b4babe76d9c5dc3e9fcd1ac255e Mon Sep 17 00:00:00 2001
From: cravethedave <david.saikali@polymtl.ca>
Date: Sat, 5 Dec 2020 12:50:47 -0500
Subject: [PATCH] Margins should be fixed

---
 css/styles.css    | 6 ++++--
 html/membres.html | 2 +-
 2 files changed, 5 insertions(+), 3 deletions(-)

diff --git a/css/styles.css b/css/styles.css
index a417af8..bb6784b 100644
--- a/css/styles.css
+++ b/css/styles.css
@@ -237,6 +237,7 @@ iframe {
     left: 10px;
     top: 8px;
 }
+
 .icone-profil{
     position: absolute;
     width:26px;
@@ -314,7 +315,7 @@ iframe {
 }
 
 .listeRepas{
-    height: 495px;
+    height: 390px;
     overflow-y: scroll;
 }
 
@@ -555,8 +556,9 @@ iframe {
 }
 
 .tealBackground{
+    position: absolute;
     width: 1200px;
-    height: 624px;
+    height: 553px;
     background-color: #008C8C;
 }
 
diff --git a/html/membres.html b/html/membres.html
index 8836112..5de4b47 100644
--- a/html/membres.html
+++ b/html/membres.html
@@ -41,7 +41,7 @@
 
 
         <div id="listeFrigos" class="tabcontent-members active tealBackground">
-           <iframe id="mbrcontent" src="listeFrigos.html" width="100%" height="800"></iframe>
+           <iframe id="mbrcontent" src="listeFrigos.html" width="100%" height="554"></iframe>
         </div>
     </div>
 </body>
-- 
GitLab