Fix image width

This commit is contained in:
Niels G. W. Serup 2024-11-27 22:12:12 +01:00
parent 4aef1d4e3f
commit c273270682
No known key found for this signature in database
GPG Key ID: 38EEEBCE67324F19
1 changed files with 4 additions and 3 deletions

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 {