Skip to content

Commit

Permalink
fix: align page to center
Browse files Browse the repository at this point in the history
  • Loading branch information
dominik-stumpf committed Nov 27, 2024
1 parent 1fce6dc commit 6204953
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/app/(dashboard)/explorer/page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ export default async function Explorer() {

return (
<>
<main className="container grid gap-4 py-16">
<main className="container mx-auto grid gap-4 py-16">
<section className="pt-6 pb-8">
<h1
className="font-black font-display text-5xl tracking-tight"
Expand Down

0 comments on commit 6204953

Please sign in to comment.