💄 changed gloabal padding

Co-authored-by: Sindre Kjelsrud <kjelsrudsindre@gmail.com>
This commit is contained in:
haraldnilsen 2023-12-12 19:39:36 +01:00
parent 7c3f87079b
commit c760d7d973

View file

@ -5,6 +5,6 @@
export let data: LayoutData;
</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 />
</div>