fix: images in article overflow

This commit is contained in:
grassblock 2025-05-24 21:50:15 +08:00
parent db09d3bf88
commit 0569d5577b
2 changed files with 10 additions and 3 deletions

View file

@ -234,6 +234,12 @@ div.content {
margin: 0.5rem 0;
line-height: 1.3;
}
/* Responsive Images */
img {
max-width: 100%;
height: 100%;
}
}
@ -298,4 +304,5 @@ div.content {
nav.nav,.search-container,footer,div.extra-post {
display: none;
}
}
}