fix: revert outer container size, increase inner padding to show more bg

This commit is contained in:
Usman Baig
2026-03-21 21:05:46 +01:00
parent b3bb0685f9
commit 93347f6454
2 changed files with 2 additions and 2 deletions

View File

@@ -214,7 +214,7 @@ export default function HomePage() {
initial={{ opacity: 0, y: 40 }}
animate={{ opacity: 1, y: 0 }}
transition={{ duration: 0.7, delay: 0.4 }}
className="w-full max-w-5xl mx-auto px-6"
className="w-full max-w-7xl mx-auto px-6"
>
<DashboardDemo />
</motion.div>