diff options
author | David Mehren | 2020-11-16 12:28:00 +0100 |
---|---|---|
committer | GitHub | 2020-11-16 12:28:00 +0100 |
commit | 713f5a68975d8b9b7ebfd0d8d00844b4007d534a (patch) | |
tree | 29b1ef6a5a5526056628578746389b11c5b94401 | |
parent | 87400eab0c35a135379e842ab82199c03f7f723b (diff) | |
parent | d4b4ee568ca70d5cdfddf39d83e03ae32c321f52 (diff) |
Merge pull request #572 from hedgedoc/fix/header-width
Fix image width on mobile view for front page
Diffstat (limited to '')
-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%; +} |