From 4e614cd0a19556bca648fda77058d1d0c2bbd2f6 Mon Sep 17 00:00:00 2001 From: Neo_Chen Date: Wed, 22 Apr 2020 19:04:41 +0800 Subject: [PATCH] CSS: set width to 100% for image --- docs/neostyle.css | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/neostyle.css b/docs/neostyle.css index 19abf70..8b1522b 100644 --- a/docs/neostyle.css +++ b/docs/neostyle.css @@ -97,4 +97,5 @@ table, th, td { img { max-width: 100vw; + width: 100%; }