bukopin-redemption-client-r.../src/common/pages/Vouchers/Checkout/style.scss
2019-01-29 16:37:07 +07:00

19 lines
243 B
SCSS

@media(min-width: 1000px){
.imageCard{
max-width: 20vw;
max-height: 20vw;
}
}
@media(max-width: 999px){
.imageCard{
max-width: 80vw;
max-height: 80vw;
margin-bottom: 30px;
}
}
.checkout-parent{
//width: 100%;
}