Hello, can you help to make images in 2 columns on desktop version (see attachment).
Link to the site: https://bit.ly/3RmAfJb
Hello, can you help to make images in 2 columns on desktop version (see attachment).
Link to the site: https://bit.ly/3RmAfJb
oh sorry for that issue can you please try this code
@media screen and (min-width: 750px) {
.product__media-item:first-child {
width: calc(50% - 1rem / 2);
}
}