This commit is contained in:
Belen Curcio
2020-09-29 09:23:23 -03:00
parent 381b19e820
commit 54cf948f56
10 changed files with 83 additions and 26 deletions

View File

@@ -9,7 +9,7 @@ export default function Home() {
description="Due to COVID-19, some orders may experience processing and delivery delays."
/>
<Navbar />
<Container className="px-4 py-5 border-black border-l border-r h-screen">
<Container className="px-4 py-5 h-screen">
<Button>Click Me!</Button>
</Container>
<Footer></Footer>