Add margin

This commit is contained in:
2024-06-21 12:12:31 +02:00
parent f4c56bdcb9
commit 7d273f74c5

View File

@@ -10,7 +10,7 @@ useSeoMeta({
<AppBackground /> <AppBackground />
<UContainer class="z-50 relative"> <UContainer class="z-50 relative">
<AppHeader /> <AppHeader />
<NuxtPage /> <NuxtPage class="mt-24" />
<AppFooter /> <AppFooter />
</UContainer> </UContainer>
</template> </template>
@@ -18,7 +18,7 @@ useSeoMeta({
<style> <style>
body { body {
font-family: 'DM Sans', sans-serif; font-family: 'DM Sans', sans-serif;
@apply h-full w-full p-0 m-0 text-[#374151] dark:text-[#d1d5db]; @apply h-full w-full text-[#374151] dark:text-[#d1d5db];
} }
.sofia { .sofia {