Refactor layout and component structures for improved responsiveness; adjust padding and container classes across multiple components
This commit is contained in:
parent
8f5e28e6fb
commit
ce5d2d29af
8 changed files with 79 additions and 27 deletions
|
@ -41,7 +41,7 @@ export default function RootLayout({
|
|||
disableTransitionOnChange
|
||||
>
|
||||
<Header />
|
||||
{children}
|
||||
<div className="min-h-screen">{children}</div>
|
||||
<FooterSection />
|
||||
</ThemeProvider>
|
||||
</body>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue