From 4e948e8c8f1a1b39000796ffaf30c53762510850 Mon Sep 17 00:00:00 2001 From: cravethedave <david.saikali@polymtl.ca> Date: Sat, 5 Dec 2020 10:34:50 -0500 Subject: [PATCH] Moved buttons to the right place --- css/styles.css | 12 +++++++----- 1 file changed, 7 insertions(+), 5 deletions(-) diff --git a/css/styles.css b/css/styles.css index 5960322..9b2cd4d 100644 --- a/css/styles.css +++ b/css/styles.css @@ -23,8 +23,8 @@ iframe { background-color: #53bdbd; color: #005555; position: relative; - left: 300px; - bottom: 27px; + left: 828px; + bottom: 45px; font-size: 30px; font-weight: bold; border: none; @@ -271,15 +271,17 @@ iframe { } .listeRepas{ - height: 500px; + height: 495px; overflow-y: scroll; } .mealOutline { border-radius: 25px; background-color: #F2F2F2; - padding: 10px; - width: 960px; + padding-top: 10px; + padding-bottom: 10px; + padding-left: 50px; + width: 930px; height: 55px; margin-left: 119px; margin-top:1em; -- GitLab