From 7a512b1da60ca92203ec93ecce8b0debfe6da913 Mon Sep 17 00:00:00 2001 From: Anirudh Oppiliappan Date: Mon, 26 Dec 2022 12:04:09 +0530 Subject: markdown: more file exts, fix img --- static/style.css | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'static/style.css') diff --git a/static/style.css b/static/style.css index b8dd834..19c0891 100644 --- a/static/style.css +++ b/static/style.css @@ -162,6 +162,10 @@ a:hover { padding: revert; } +.readme img { + max-width: 100%; +} + .diff { margin: 1rem 0 1rem 0; padding: 1rem 0 1rem 0; -- cgit