From 07999625a8a3c605ad305c77213febc36140128e Mon Sep 17 00:00:00 2001 From: Kenny2github Date: Mon, 17 Aug 2020 17:46:07 +0800 Subject: [PATCH] Limit images to 100% width --- resources/main.css | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/resources/main.css b/resources/main.css index 49f2546..2118018 100644 --- a/resources/main.css +++ b/resources/main.css @@ -791,6 +791,11 @@ dl dt { border-bottom: 1px solid #111; } +#content p img { + max-width: 100%; + height: auto; +} + #content a.external { /* @embed */ background-image: url("External_link.png");