From 1aa139fc0199979c9c0cf986816d2973cda5a3f7 Mon Sep 17 00:00:00 2001 From: Tuan Cao Date: Mon, 18 Apr 2022 21:38:11 +0700 Subject: [PATCH] Update image styling --- styles/style.css | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/styles/style.css b/styles/style.css index 9004d4c..12599cd 100644 --- a/styles/style.css +++ b/styles/style.css @@ -173,6 +173,13 @@ a:hover { outline: none; } +.markdown-rendered img:not([width]), +.markdown-rendered audio, +.markdown-rendered video { + max-width: 100%; + outline: none; +} + .markdown-rendered h1, .markdown-rendered h2, .markdown-rendered h3,