Skip to content

Commit

Permalink
ui: add padding in StandalonePage to make responsive
Browse files Browse the repository at this point in the history
  • Loading branch information
tarunsinghofficial committed Jan 21, 2025
1 parent 35a7025 commit a182207
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/StandalonePage.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,6 @@
let { children } = $props();
</script>

<div class="mx-auto h-full max-w-5xl overflow-y-auto">
<div class="mx-auto h-full max-w-5xl overflow-y-auto p-4">
{@render children?.()}
</div>

0 comments on commit a182207

Please sign in to comment.