From ceaf342e45cc7b7bb41c51f5ab4ab67689f1094a Mon Sep 17 00:00:00 2001 From: LinuxMint4Ever <> Date: Mon, 17 Feb 2020 05:20:31 +0100 Subject: [PATCH] images do not exceed the window width anymore --- content/style.css | 3 +++ 1 file changed, 3 insertions(+) diff --git a/content/style.css b/content/style.css index 2e186a2..e1ddf4c 100644 --- a/content/style.css +++ b/content/style.css @@ -141,3 +141,6 @@ span.name { span.comment { color: #888A85; } +img { + max-width: 100%; +}