fix: improve mobile responsiveness across all pages

This commit is contained in:
2026-01-28 21:14:45 +00:00
parent 0198348494
commit b23e5ef801
7 changed files with 21 additions and 21 deletions

View File

@@ -42,7 +42,7 @@ export default function DashboardPage() {
return (
<div className="max-w-6xl mx-auto space-y-6 animate-fade-in">
<div className="flex items-center justify-between">
<div className="flex items-center justify-between flex-wrap gap-3">
<div>
<h1 className="text-2xl font-bold text-slate-900">Dashboard</h1>
<p className="text-slate-500 text-sm mt-1">Welcome back. Here's your overview.</p>