Implement blog

This commit is contained in:
2024-06-21 16:01:15 +02:00
parent f847ec6390
commit fc7b98afdd
13 changed files with 201 additions and 26 deletions

View File

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