diff options
author | Tilman Vatteroth | 2020-11-16 08:52:28 +0100 |
---|---|---|
committer | Tilman Vatteroth | 2020-11-16 08:52:56 +0100 |
commit | d4b4ee568ca70d5cdfddf39d83e03ae32c321f52 (patch) | |
tree | d2bf2bbb9a5733d0f8a067a2e23841fc56eacccc /public | |
parent | 4c0efe1237bc33b52d06eaf86a28adad9a041ec2 (diff) |
Fix image width on mobile view for front page
Signed-off-by: Tilman Vatteroth <tilman.vatteroth@tu-dortmund.de>
Diffstat (limited to 'public')
-rw-r--r-- | public/css/cover.css | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/public/css/cover.css b/public/css/cover.css index 6e191d2b..1c5ca963 100644 --- a/public/css/cover.css +++ b/public/css/cover.css @@ -371,4 +371,8 @@ select { .ui-use-tags { max-width: 100%; } -}
\ No newline at end of file +} + +.cover-heading img { + max-width: 100%; +} |