improve display of tall images

This commit is contained in:
Ell 2024-12-22 12:08:46 +01:00
parent 643eded838
commit d739752a17

View file

@ -85,8 +85,11 @@ a:visited.wide-link {
}
.full-width-images img {
width: 100%;
height: auto;
display: block;
margin-left: auto;
margin-right: auto;
max-width: 100%;
max-height: 100vh;
}
.site {