Modification de l'écart de la carte solution par rapport aux autres

This commit is contained in:
Jérémy CHOMAZ 2024-04-05 15:03:58 +02:00
parent 1edb73bf5f
commit ef4838bde1

View File

@ -9,13 +9,13 @@
</v-col> </v-col>
</v-row> </v-row>
</v-container> </v-container>
<v-container>
<v-row no-gutters> <v-row no-gutters class="pr-4 pl-4">
<v-col> <v-col>
<card-solution /> <card-solution />
</v-col> </v-col>
</v-row> </v-row>
</v-container>
</template> </template>
<script setup> <script setup>