From 1b3cbc704a464147911b93cc04a105e3e6768e16 Mon Sep 17 00:00:00 2001
From: HAUTBOIS Aurelie <aurelie.hautbois@ext.soprasteria.com>
Date: Mon, 22 Feb 2021 11:28:21 +0100
Subject: [PATCH] fix: height quizQuestion and margin analysis form

---
 src/components/ProfileType/profileTypeForm.scss | 2 +-
 src/components/Quiz/quizQuestion.scss           | 1 -
 2 files changed, 1 insertion(+), 2 deletions(-)

diff --git a/src/components/ProfileType/profileTypeForm.scss b/src/components/ProfileType/profileTypeForm.scss
index 62dd76b00..6bde5d1c4 100644
--- a/src/components/ProfileType/profileTypeForm.scss
+++ b/src/components/ProfileType/profileTypeForm.scss
@@ -3,7 +3,7 @@
 
 .profile-form-container {
   color: $white;
-  margin: 1rem;
+  margin: 1rem 1rem 0;
   width: 100%;
   max-width: 53rem;
 }
diff --git a/src/components/Quiz/quizQuestion.scss b/src/components/Quiz/quizQuestion.scss
index b384bf68f..6f568a9cd 100644
--- a/src/components/Quiz/quizQuestion.scss
+++ b/src/components/Quiz/quizQuestion.scss
@@ -3,7 +3,6 @@
 
 .quiz-container {
   text-align: center;
-  height: 70vh;
   .question-container {
     display: flex;
     flex-direction: column;
-- 
GitLab