diff --git a/frontend/src/routes/tests/[id]/+page.svelte b/frontend/src/routes/tests/[id]/+page.svelte index db36adc2cfcbb7e736eb6ba60debd71ca451031e..dd6ead39f5b6beec3863942be4f74f1a532837f5 100644 --- a/frontend/src/routes/tests/[id]/+page.svelte +++ b/frontend/src/routes/tests/[id]/+page.svelte @@ -196,7 +196,7 @@ </div> <div class="mx-auto mt-16"> - <div class="flex justify-around min-w-[600px] space-x-10"> + <div class="grid grid-cols-1 sm:grid-cols-2 md:grid-cols-4 gap-4"> {#each currentQuestion?.options as option (option)} {@const type = option.split(':')[0]} {@const value = option.split(':').slice(1).join(':')}