Fix image scaling in blog pages.

This commit is contained in:
Cutieguwu
2025-08-09 16:31:50 -04:00
parent 1ab705da86
commit ae039585b4

View File

@@ -49,7 +49,9 @@
img {
max-width: 100%;
max-height: 100%;
max-height: 65vh;
display: block;
margin: 0 auto;
object-fit: contain;
}
}