newsentry: Fix portrait cover images style
This commit is contained in:
parent
7f26c403e8
commit
ef811a7fe4
1 changed files with 4 additions and 2 deletions
|
@ -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;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue