Fix images width in blog posts

This commit is contained in:
2025-11-09 23:41:45 +01:00
parent 50d717a0e0
commit 05906d2424

View File

@@ -43,6 +43,10 @@ code {
p { p {
text-align: left; text-align: left;
} }
img {
max-width: 100%;
}
} }
.link-back { .link-back {