refining modals

This commit is contained in:
Antoine M 2024-02-15 18:52:09 +01:00
parent 217c223577
commit d70a6c37c1

View File

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