0
Fork 0
mirror of https://github.com/TryGhost/Ghost.git synced 2025-04-08 02:52:39 -05:00

Prevent cover image <img> having a max height.

This commit is contained in:
Paul Adam Davis 2014-06-25 12:40:11 +01:00
parent ad91618cb2
commit 4af9c41363
2 changed files with 2 additions and 2 deletions

View file

@ -208,7 +208,7 @@
margin-left: 15px;
}
img {
.settings-general img {
max-width: 100%;
max-height: 400px;
}

File diff suppressed because one or more lines are too long