Merge pull request #572 from hedgedoc/fix/header-width

Fix image width on mobile view for front page
This commit is contained in:
David Mehren 2020-11-16 12:28:00 +01:00 committed by GitHub
commit 713f5a6897
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -372,3 +372,7 @@ select {
max-width: 100%;
}
}
.cover-heading img {
max-width: 100%;
}