From cb9a61846f0c33c1b0a65ecad84ba21c0a48251c Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Th=C3=A9ophile=20HUSS?= <theophile.huss@etu.unistra.fr>
Date: Fri, 6 Dec 2024 15:41:11 +0100
Subject: [PATCH] style: Improve responsive

---
 .../quiz-list-detail/quiz-list-detail.component.css        | 7 +++----
 1 file changed, 3 insertions(+), 4 deletions(-)

diff --git a/src/app/modules/community/quiz-list-detail/quiz-list-detail.component.css b/src/app/modules/community/quiz-list-detail/quiz-list-detail.component.css
index f7b1dca..273a926 100644
--- a/src/app/modules/community/quiz-list-detail/quiz-list-detail.component.css
+++ b/src/app/modules/community/quiz-list-detail/quiz-list-detail.component.css
@@ -21,11 +21,10 @@
 .quiz-info {
     display: flex;
     flex-direction: column;
-    justify-content: space-between;
 
     height: 30vh;
 
-    background-color: #FEFEFE;
+    background-color: #fefefe;
     border-radius: 10px;
     gap: 1rem;
 }
@@ -48,6 +47,6 @@ hr {
     padding-left: 15%;
     height: 0.5vmin;
     margin: 0;
-    background-color: #B9B9B9;
+    background-color: #b9b9b9;
     border: none;
-}
\ No newline at end of file
+}
-- 
GitLab