2021-04-09 22:38:02 +05:00

30 lines
475 B
SCSS

@import '../parts/header';
@import '../parts/page-header';
@import '../parts/discounts';
@import '../parts/footer';
.sales-block {
display: flex;
flex-wrap: wrap;
align-items: center;
justify-content: space-around;
max-width: 1440px;
padding-top: 30px;
.discount-item {
margin: 0 15px 80px;
&__badge {
left: -45px;
}
}
}
@media screen and (max-width: 425px) {
.sales-block {
.discount-item {
margin-bottom: 30px;
}
}
}