Skip to content

Commit 03e1e73

Browse files
committed
size consistency
1 parent 0d98d48 commit 03e1e73

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

frontend/src/routes/dashboard/+page.svelte

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -146,7 +146,7 @@ api_key = ${dashboardData.api_key}`;
146146

147147
{#if dashboardData}
148148
<div class="bg-ctp-mantle">
149-
<div class="max-w-4xl mx-auto py-6 md:py-12 px-3">
149+
<div class="max-w-6xl mx-auto py-6 md:py-12 px-3">
150150
<h1 class="text-3xl font-bold text-ctp-mauve mb-6 flex items-center gap-2">Dashboard</h1>
151151

152152
<!-- User Information -->

0 commit comments

Comments
 (0)