feat: make public dashboard full-width matching game details styling

This commit is contained in:
2026-05-16 17:20:38 +08:00
parent 5fe527552b
commit d71cb27f54
+1 -1
View File
@@ -60,7 +60,7 @@ export function DashboardClient({
mostReported, mostReported,
}: DashboardClientProps) { }: DashboardClientProps) {
return ( return (
<main className="w-full max-w-6xl mx-auto px-4 py-6 flex flex-col gap-8"> <main className="w-full px-4 md:px-8 lg:px-12 py-6 flex flex-col gap-8">
<header> <header>
<h1 className="text-2xl md:text-3xl font-bold text-text"> <h1 className="text-2xl md:text-3xl font-bold text-text">
Community Dashboard Community Dashboard