Forums

The forums ran from 2008-2020 and are now closed and viewable here as an archive.

Home Forums CSS Image resizing with flexbox (IE) Reply To: Image resizing with flexbox (IE)

#241885
I.m.learning
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