Home › Forums › CSS › Image resizing with flexbox (IE) › Reply To: Image resizing with flexbox (IE)
May 19, 2016 at 10:56 am
#241885
Participant
How about changing the class name .features, in this:
.features { display: flex; flex-wrap: wrap; align-items: center; justify-content: center; width: 100%; }
to:
.features__item features__item–image
to match the class name you gave it