Remove interfering/unnecessary with column class

This commit is contained in:
benjamin melançon 2019-08-01 11:33:07 -04:00
parent ba06059f67
commit cae8eea4c7

View file

@ -35,13 +35,11 @@ a.teaser {
} }
.media.teaser { .media.teaser {
display: flex;
.media-left { .media-left {
width: 12em; width: 12em;
img { img {
width: 100%; width: 100%;
height: auto; height: auto;
display: block;
} }
} }
} }