Skip to content

Commit

Permalink
fix(status-page): add some padding to the status page (#13392)
Browse files Browse the repository at this point in the history
  • Loading branch information
d1onys1us committed Mar 22, 2023
1 parent e2fcd9b commit 0034508
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/status-page/src/App.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
</script>

<QueryProvider>
<main>
<main class="px-6">
<Navbar />
<Router {routes} />
</main>
Expand Down

0 comments on commit 0034508

Please sign in to comment.