okfde / jh-lauch-theme

Das neue Wordpress Theme für Jugend hackt
GNU General Public License v2.0
2 stars 4 forks source link

image overflows on small devices #119

Closed jnnkB closed 2 years ago

jnnkB commented 3 years ago

Screen Shot 2021-06-09 at 14 58 55

This could be fixed by something like

main#content img {
    max-width: 100%;
    height: auto;
}

But I don't know wether this breaks anything else.

jnnkB commented 3 years ago

I wanted to make an PR first but I only found the minimified style.css here. Is this the the right location for such a fix?

jnnkB commented 3 years ago

The error on https://jugendhackt.org/blog/wir-wollen-dich-diversity-plaetze-bei-jugend-hackt/ could be fixed with this css as well.

philipsteffan commented 3 years ago

There is main.sass in the static prototype folder. main.min is built from this. https://github.com/okfde/jh-lauch-theme/tree/master/static-prototype/assets/sass