Skip to content

Commit

Permalink
Decreased x padding
Browse files Browse the repository at this point in the history
  • Loading branch information
Rerbun committed Mar 2, 2024
1 parent 2b7bcfb commit 2bfe412
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/routes/+layout.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@
};
</script>

<div class="container px-4 py-4 mx-auto md:px-32 md:py-8">
<div class="container px-3 py-4 mx-auto md:px-32 md:py-8">
<slot />
{#if !$page.url.pathname.includes('/info')}
<div class="grid w-full grid-cols-3">
Expand Down

0 comments on commit 2bfe412

Please sign in to comment.