Is it possible to adjust the image size of the second div in CSS while keeping only the square shape intact and using the same class for different divs?
<div class="square"> <img class="square__img" src="square.png"> </div>
<div class="square square--small"> <img class="square__image" src="square.png"> </div>