The style of the children has been modified
This commit is contained in:
parent
43a73bc538
commit
f09cddff75
@ -13,7 +13,7 @@ function BaseLayout({ header, footer, children, className }: Props) {
|
|||||||
<div className={className}>
|
<div className={className}>
|
||||||
<Header />
|
<Header />
|
||||||
|
|
||||||
<main>{children}</main>
|
<main className="h-screen skewed:h-auto pt-5">{children}</main>
|
||||||
|
|
||||||
<Footer />
|
<Footer />
|
||||||
</div>
|
</div>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user