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}>
|
||||
<Header />
|
||||
|
||||
<main>{children}</main>
|
||||
<main className="h-screen skewed:h-auto pt-5">{children}</main>
|
||||
|
||||
<Footer />
|
||||
</div>
|
||||
|
Loading…
x
Reference in New Issue
Block a user