fix layout inset

This commit is contained in:
2024-07-04 11:03:55 +02:00
parent be9d981128
commit 7954b4486c
2 changed files with 2 additions and 1 deletions
+1 -1
View File
@@ -20,6 +20,6 @@ const slideAnimation = {
};
---
<main transition:animate={slideAnimation} class="pt-[100px] min-h-screen">
<main transition:animate={slideAnimation} class="pt-header min-h-screen">
<slot />
</main>
+1
View File
@@ -49,6 +49,7 @@ module.exports = {
padding: {
main: "var(--padding-main)",
card: "var(--padding-card)",
header: "var(--height-header)",
},
height: {
header: "var(--height-header)",