mirror of
https://github.com/ArthurDanjou/artsite.git
synced 2026-01-14 15:54:13 +01:00
Add margin
This commit is contained in:
@@ -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 {
|
||||||
|
|||||||
Reference in New Issue
Block a user