Skip to content
Extraits de code Groupes Projets

test options responsive to the size of the screen

Fusionnées Delphine van Rossum a demandé de fusionner 85-tests-show-response-buttons-on-grid-with-max-2x2-if-viewport-xs vers dev
1 fichier
+ 1
1
Comparer les modifications
  • Côte à côte
  • En ligne
@@ -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(':')}
Chargement en cours