commerce/src/components/modules/home/CollectionCarcousel/CollectionCarcousel.module.scss
2021-08-27 15:34:44 +07:00

15 lines
294 B
SCSS

@import '../../../../styles/utilities';
.colectionCarcoucelWarpper {
padding-top: 5.6rem;
padding-bottom: 6.5rem;
@apply flex flex-col;
.top {
@apply spacing-horizontal flex w-full justify-between;
@screen xl {
.right {
margin-right: 2.476rem;
}
}
}
}