From d70a6c37c1510d6283a1c005dc1d37fe0b832a04 Mon Sep 17 00:00:00 2001 From: Antoine M Date: Thu, 15 Feb 2024 18:52:09 +0100 Subject: [PATCH] refining modals --- src/assets/css/components/GameQuestion.scss | 13 +------------ 1 file changed, 1 insertion(+), 12 deletions(-) diff --git a/src/assets/css/components/GameQuestion.scss b/src/assets/css/components/GameQuestion.scss index bb151fb..aa38c25 100644 --- a/src/assets/css/components/GameQuestion.scss +++ b/src/assets/css/components/GameQuestion.scss @@ -1,15 +1,4 @@ -.game-question { - @apply p-8 flex gap-x-8; - &__cover { - @apply w-1/2 h-auto object-contain object-center; - } - - h2 { - @apply text-5xl py-8; - } - .question { - @apply text-xl max-w-xl; - } +.game-question-container { &__answer-buttons-container { @apply flex items-center gap-4 flex-wrap mt-12; }