mirror of
https://github.com/ArthurDanjou/artsite.git
synced 2026-01-14 13:54:05 +01:00
Add margin
This commit is contained in:
@@ -10,7 +10,7 @@ useSeoMeta({
|
||||
<AppBackground />
|
||||
<UContainer class="z-50 relative">
|
||||
<AppHeader />
|
||||
<NuxtPage />
|
||||
<NuxtPage class="mt-24" />
|
||||
<AppFooter />
|
||||
</UContainer>
|
||||
</template>
|
||||
@@ -18,7 +18,7 @@ useSeoMeta({
|
||||
<style>
|
||||
body {
|
||||
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 {
|
||||
|
||||
Reference in New Issue
Block a user