fix: paddings and margins
TS Lint / Oxlint (push) Successful in 57s
TS Lint / TypeScript (push) Successful in 1m8s
TS Lint / ESLint (push) Successful in 1m28s
Docker Build / build (push) Successful in 8m40s

This commit is contained in:
2026-07-16 11:28:18 +02:00
parent 5ae0684d39
commit fb48f64ed8
5 changed files with 87 additions and 71 deletions
+8 -3
View File
@@ -25,12 +25,17 @@ onMounted(() => {
<div class="hero bg-hero grow">
<div class="hero-content text-center p-0">
<div
class="max-w-md min-w-96 bg-base-100 rounded-box shadow-md"
class="max-w-md min-w-96 bg-base-100 rounded-box shadow-md p-4"
>
<h1
class="p-4 pb-2 text-4xl font-bold opacity-60 tracking-wide select-none"
class="text-4xl font-bold opacity-60 tracking-wide select-none"
>
<list-todo-icon :stroke-width="3" :size="32" class="inline" /> Tout Doux
<list-todo-icon
:stroke-width="3"
:size="32"
class="inline"
/>
Tout Doux
</h1>
<router-view />
</div>