mirror of
https://github.com/hedgedoc/hedgedoc.git
synced 2025-01-07 09:10:54 +00:00
Fix image width on mobile view for front page
Signed-off-by: Tilman Vatteroth <tilman.vatteroth@tu-dortmund.de>
This commit is contained in:
parent
4c0efe1237
commit
d4b4ee568c
1 changed files with 5 additions and 1 deletions
|
@ -371,4 +371,8 @@ select {
|
||||||
.ui-use-tags {
|
.ui-use-tags {
|
||||||
max-width: 100%;
|
max-width: 100%;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.cover-heading img {
|
||||||
|
max-width: 100%;
|
||||||
|
}
|
||||||
|
|
Loading…
Reference in a new issue