Fix image width

This commit is contained in:
2024-11-27 22:12:12 +01:00
parent 4aef1d4e3f
commit c273270682

View File

@@ -124,9 +124,10 @@ p.date {
p.image { p.image {
margin: 0; margin: 0;
img { }
max-width: 100%;
} p img {
max-width: 100%;
} }
blockquote { blockquote {