Hey, I want to edit size of images in multi row section, basically I want to make a whole section smaller, I tried to edit theme. liquid with
.image-with-text__media img{max-width: 300px; max-height: 300px; margin: auto; right: 0; bottom: 0;}but only first picture get a little bit smaller, but its still wrong resized, height is wider than width.