Create Shop component and add to homepage
This commit is contained in:
22
src/style/layout/_modules.scss
Normal file
22
src/style/layout/_modules.scss
Normal file
@@ -0,0 +1,22 @@
|
||||
.grid-modules {
|
||||
margin-bottom: 72px;
|
||||
|
||||
.wrap {
|
||||
@include bp (sd) {
|
||||
display: grid;
|
||||
}
|
||||
|
||||
display: block;
|
||||
grid-column: 2 / span 22;
|
||||
grid-template-columns: 1fr 40%;
|
||||
grid-column-gap: 48px;
|
||||
padding: 0;
|
||||
|
||||
& > *:first-child {
|
||||
margin-bottom: 32px;
|
||||
}
|
||||
&:last-child {
|
||||
margin-bottom: 0;
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user