From 9bdd9715bb1b0a17cad7670469d0019939b909a0 Mon Sep 17 00:00:00 2001
From: Christophe St-Georges <christophe.st-georges@polymtl.ca>
Date: Tue, 1 Dec 2020 16:49:22 -0500
Subject: [PATCH] Put the right fridge size

---
 css/styles.css | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/css/styles.css b/css/styles.css
index 99c9c45..d240a93 100644
--- a/css/styles.css
+++ b/css/styles.css
@@ -137,8 +137,9 @@ iframe {
     padding-left: 67px;
     padding-top: 17px;
     padding-bottom: 17px;
-    width: 962px;
-    height: 96px;
+    width: 895px;
+    height: 66px;
+    margin-left: 119px;
 }
 
 .grey-label{
-- 
GitLab