From f28a0771b0fb17ce76b3277612e76747dd1bba08 Mon Sep 17 00:00:00 2001
From: "h.hartz" <henri.hartz@etu.unistra.fr>
Date: Sun, 1 Dec 2024 20:36:03 +0100
Subject: [PATCH] =?UTF-8?q?add:=20am=C3=A9lioration=20du=20css?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit

---
 .../home/form-play-quiz/form-play-quiz.component.css      | 8 ++++++--
 .../form-create-quiz/form-create-quiz.component.css       | 8 ++++++--
 2 files changed, 12 insertions(+), 4 deletions(-)

diff --git a/src/app/modules/home/form-play-quiz/form-play-quiz.component.css b/src/app/modules/home/form-play-quiz/form-play-quiz.component.css
index 33566cf..e783f5a 100644
--- a/src/app/modules/home/form-play-quiz/form-play-quiz.component.css
+++ b/src/app/modules/home/form-play-quiz/form-play-quiz.component.css
@@ -1,5 +1,5 @@
 .container {
-    height:90vh;
+    height:100%;
     width: 100%;
     background-image: url(../../../../../public/BackgroundSubScreen.png);
     background-repeat: no-repeat;
@@ -23,7 +23,7 @@
 .button-header > button {
     background: none;
     border : none;
-    height: 80%;
+    height: 90%;
     width: 100%; 
     padding: 10px 20px;
     font-size: 16px;
@@ -42,3 +42,7 @@
     width: 80%;
 }
 
+.content {
+    height: 80%;
+    width: 100%;
+} 
\ No newline at end of file
diff --git a/src/app/modules/home/form-quiz/form-create-quiz/form-create-quiz.component.css b/src/app/modules/home/form-quiz/form-create-quiz/form-create-quiz.component.css
index ed5c919..bc515bd 100644
--- a/src/app/modules/home/form-quiz/form-create-quiz/form-create-quiz.component.css
+++ b/src/app/modules/home/form-quiz/form-create-quiz/form-create-quiz.component.css
@@ -1,6 +1,9 @@
 .container {
-    width: 100%;
+    width: 80%;
     height: 100%;
+    /* display: flex;
+    flex-direction: column;
+    justify-content: space-between; */
 }
 
 .erreur {
@@ -22,11 +25,12 @@
 }
 
 .form-control {
-    height: 100%;
+    height: 8vmin;
     width: 100%;
     border-radius: 10px;
     background-color: #FFFFFF;
     border: 4px solid #F3F3F3;
+    font-size: 4vmin;
 }
 
 .form-control:focus {
-- 
GitLab