Update (post): Fix image fluidity for image block rendered outputs

This commit is contained in:
2023-07-31 02:00:18 +08:00
parent 2a802ccd44
commit 599847bfa2
7 changed files with 21 additions and 10 deletions

View File

@@ -41,3 +41,14 @@ @keyframes lqipFade {
opacity: 0;
}
}
figure.image > img {
max-width: 100%;
height: auto;
}
footer.image-caption {
font-size: 0.875em;
text-align: center;
opacity: 0.7;
}