Fix aspect ratio of images in old blog posts

Closes #2048.
This commit is contained in:
veyndan 2024-04-15 15:39:49 +02:00
parent 80c44f1e66
commit 07e7c29775

View file

@ -90,6 +90,7 @@ ol:last-child {
padding-inline: 1rem;
img {
height: auto;
max-height: 40rem;
max-width: 100%;
}