Gizra / planet-elm

Planet Elm
http://planet.elm-lang.org/
MIT License
5 stars 1 forks source link

Image Tags in RSS break out of containers #41

Closed BrianHicks closed 7 years ago

BrianHicks commented 7 years ago

There are currently some images (from Medium feeds?) that break out of the containers, at least in my browser (Chrome 55.0.2883.95 on OS X 10.11.6.)

image

I solved this by adding a single CSS rule:

.field-content img {
    max-width: 100%;
    margin-bottom: 10px;
}

It does this:

image

amitaibu commented 7 years ago

Yeah, the entire theme is quite bad.

Could you create a PR against this file? I bet it would be your first Drupal related code 😉