💄 setup layout for site
Co-authored-by: haraldnilsen <harald_998@hotmail.com>
This commit is contained in:
parent
3d9e8922f3
commit
4b5c1d304d
1 changed files with 3 additions and 1 deletions
|
@ -5,4 +5,6 @@
|
||||||
export let data: LayoutData;
|
export let data: LayoutData;
|
||||||
</script>
|
</script>
|
||||||
|
|
||||||
|
<div class="bg-bg w-screen h-screen px-32 py-10">
|
||||||
<slot />
|
<slot />
|
||||||
|
</div>
|
Reference in a new issue