19 lines
243 B
SCSS
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%;
|
|
}
|