💄 changed gloabal padding
Co-authored-by: Sindre Kjelsrud <kjelsrudsindre@gmail.com>
This commit is contained in:
parent
7c3f87079b
commit
c760d7d973
1 changed files with 1 additions and 1 deletions
|
@ -5,6 +5,6 @@
|
||||||
export let data: LayoutData;
|
export let data: LayoutData;
|
||||||
</script>
|
</script>
|
||||||
|
|
||||||
<div class="bg-bg w-screen h-screen px-64 py-64">
|
<div class="bg-bg w-screen h-screen px-28 py-14">
|
||||||
<slot />
|
<slot />
|
||||||
</div>
|
</div>
|
Reference in a new issue