mirror of
https://github.com/hedgedoc/hedgedoc.git
synced 2024-11-22 01:36:29 -05:00
Merge pull request #572 from hedgedoc/fix/header-width
Fix image width on mobile view for front page
This commit is contained in:
commit
713f5a6897
1 changed files with 5 additions and 1 deletions
|
@ -372,3 +372,7 @@ select {
|
|||
max-width: 100%;
|
||||
}
|
||||
}
|
||||
|
||||
.cover-heading img {
|
||||
max-width: 100%;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue