commerce/src/components/modules/home/HomeFeature/HomeFeature.module.scss
lytrankieio123 a0ed04329d 🐛 bug: home feature
:%s
2021-08-27 16:25:44 +07:00

17 lines
328 B
SCSS

@import "../../../../styles/utilities";
.homeFeature {
@apply spacing-horizontal;
background-color: #ffffff;
height: fit-content;
margin: 3.2rem auto;
@screen md {
@apply grid grid-cols-3;
grid-gap: 2.4rem;
margin: 6.4rem auto;
}
@screen md {
grid-gap: 4rem;
}
}