Fix image width on mobile view for front page

Signed-off-by: Tilman Vatteroth <tilman.vatteroth@tu-dortmund.de>
This commit is contained in:
Tilman Vatteroth 2020-11-16 08:52:28 +01:00
parent 4c0efe1237
commit d4b4ee568c
No known key found for this signature in database
GPG key ID: DEBDB3F34641B019

View file

@ -371,4 +371,8 @@ select {
.ui-use-tags {
max-width: 100%;
}
}
}
.cover-heading img {
max-width: 100%;
}