newsentry: Fix portrait cover images style

master
Jonatan Nilsson 2019-10-03 13:44:05 +00:00
parent 7f26c403e8
commit ef811a7fe4
1 changed files with 4 additions and 2 deletions

View File

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