Skip to content

Commit dbd02e5

Browse files
committed
ui: set max-w
1 parent 577f6c6 commit dbd02e5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/app/page.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -202,7 +202,7 @@ export default function Dashboard() {
202202
</div>
203203

204204
{/* Authentication Flow Section */}
205-
<div className="mt-16">
205+
<div className="mt-16 max-w-xl mx-auto">
206206
<h2 className="text-2xl font-bold text-center mb-6">
207207
Authentication Flow
208208
</h2>

0 commit comments

Comments
 (0)