improvements

This commit is contained in:
2026-02-19 15:10:43 +01:00
parent f1824ff752
commit 953afd02e6
10 changed files with 16 additions and 25 deletions

View File

@@ -63,7 +63,7 @@ const updateTextValue = (event) => {
<template>
<div
class="py-5 first:pt-0 transition-all duration-200"
class="py-6 transition-all duration-200"
:class="{ 'border-l-2 border-red-400/60 pl-4 -ml-4': error }"
>
<p class="text-white font-medium leading-relaxed mb-4">{{ question.text }}</p>