4
0
forked from crowetic/commerce

changes to the layout

This commit is contained in:
Belen Curcio
2020-10-13 11:43:06 -03:00
parent 30a8677816
commit 038d02acc2
11 changed files with 132 additions and 91 deletions

View File

@@ -24,7 +24,7 @@ const CoreLayout: FC<Props> = ({ className, children }) => {
<Container>
<Navbar />
</Container>
<main className="h-screen">{children}</main>
<main className="fit">{children}</main>
<Footer />
<Sidebar show={displaySidebar} close={closeSidebar}>
<CartSidebarView />