refactor: update layout and styling for hero and home components
This commit is contained in:
@@ -45,10 +45,8 @@ export default function HeroLayout() {
|
||||
</header>
|
||||
|
||||
{/* Main Content Area */}
|
||||
<main className="max-w-7xl mx-auto py-6 sm:px-6 lg:px-8 flex-grow">
|
||||
<div className="px-4 py-6 sm:px-0">
|
||||
<Outlet />
|
||||
</div>
|
||||
<main className="flex-1 p-4 overflow-hidden">
|
||||
<Outlet />
|
||||
</main>
|
||||
|
||||
{/* Footer */}
|
||||
|
||||
Reference in New Issue
Block a user