Co-authored-by: aider (deepseek/deepseek-v4-pro) <aider@aider.chat>
@@ -158,6 +158,12 @@ body {
overflow: visible;
}
+/* 文章内容中的图片宽度适配 */
+.card-summary img {
+ max-width: 100%;
+ height: auto;
+}
+
.card-link {
color: #333;
text-decoration: none;