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; }