From 941b12fa34d21dddbaf523967229c399f16876bc Mon Sep 17 00:00:00 2001 From: XPoet Date: Thu, 26 Mar 2020 21:14:55 +0800 Subject: [PATCH] =?UTF-8?q?Fix:=20=E6=96=87=E7=AB=A0=E5=86=85=E5=AE=B9?= =?UTF-8?q?=E8=AF=A6=E6=83=85=E9=A1=B5=E5=9B=BE=E7=89=87=E5=AE=BD=E5=BA=A6?= =?UTF-8?q?=E6=BA=A2=E5=87=BA?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- source/css/layout/article-post.styl | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/source/css/layout/article-post.styl b/source/css/layout/article-post.styl index 33884ff..ab4e764 100644 --- a/source/css/layout/article-post.styl +++ b/source/css/layout/article-post.styl @@ -47,6 +47,10 @@ color: #5F5F5F; font-size: 16px; } + + img { + width: 100%; + } }