mirror of
https://github.com/hedgedoc/hedgedoc.git
synced 2024-11-25 03:06:31 -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%;
|
max-width: 100%;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.cover-heading img {
|
||||||
|
max-width: 100%;
|
||||||
|
}
|
||||||
|
|
Loading…
Reference in a new issue