Hi @Vanbesky ,
Yes just add the media call.
@media only screen and (max-width: 750px) {
.product-media-modal__dialog {
width: 50%;
margin: auto;
}
}
Hi @Vanbesky ,
Yes just add the media call.
@media only screen and (max-width: 750px) {
.product-media-modal__dialog {
width: 50%;
margin: auto;
}
}