feat: update layout

This commit is contained in:
bartosz-lipinski 2021-04-05 14:46:51 -05:00
parent 91bc3fc6bd
commit 6fd96f497f
2 changed files with 4 additions and 5 deletions

View File

@ -50,7 +50,6 @@ a:active {
display: -webkit-box; /* Not needed if autoprefixing */
display: -ms-flexbox; /* Not needed if autoprefixing */
display: flex;
margin-left: -30px; /* gutter size offset */
width: auto;
}
.my-masonry-grid_column {

View File

@ -24,17 +24,17 @@ export const HomeView = () => {
}
return (
<Layout style={{ margin: 0 }}>
<Layout style={{ margin: 0, marginTop: 30 }}>
<PreSaleBanner
artistName={"RAC"}
productName={"THE BOY COLLECTION"}
preSaleTS={1618690343000}
image="http://localhost:3000/img/banner1.jpeg"
image="/img/banner1.jpeg"
/>
<Layout>
<Content style={{ display: 'flex', flexWrap: 'wrap' }}>
<Col style={{ margin: 'auto' }}>
<Row style={{ marginBottom: 10 }}>Featured</Row>
<Col>
<Row style={{ marginBottom: 30, marginTop: 20, fontSize: 20, fontWeight: 600 }}>Featured</Row>
<Row>
<Masonry