newsentry: Fix portrait cover images style

This commit is contained in:
Jonatan Nilsson 2019-10-03 13:44:05 +00:00
parent 7f26c403e8
commit ef811a7fe4

View file

@ -147,7 +147,8 @@ newsitem {
text-align: center; text-align: center;
img { img {
max-height: 225px; max-height: 360px;
max-width: 360px;
width: auto; width: auto;
} }
} }
@ -232,7 +233,8 @@ pages {
margin-bottom: 20px; margin-bottom: 20px;
img { img {
max-height: max-content; max-height: unset;
max-width: unset;
} }
} }