commerce/src/components/modules/home/HomeFeature/HomeFeature.module.scss
unknown 490b56a2d9 🐛 bug: fix dot logic
:%s
2021-08-27 16:34:59 +07:00

14 lines
321 B
SCSS

@import "../../../../styles/utilities";
.homeFeature {
@apply spacing-horizontal-left grid grid-cols-1;
background-color: #FFFFFF;
height: fit-content;
padding-top: 3.2rem;
padding-bottom: 3.2rem;
@screen md {
@apply spacing-horizontal grid-cols-3;
margin-bottom: 6.4rem;
}
}