fix: revert outer container size, increase inner padding to show more bg
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user