fix: paddings and margins
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user