💄 setup layout for site

Co-authored-by: haraldnilsen <harald_998@hotmail.com>
This commit is contained in:
Sindre Kjelsrud 2023-12-11 19:03:20 +01:00
parent 3d9e8922f3
commit 4b5c1d304d

View file

@ -5,4 +5,6 @@
export let data: LayoutData; export let data: LayoutData;
</script> </script>
<slot /> <div class="bg-bg w-screen h-screen px-32 py-10">
<slot />
</div>