From c72b86bdd8c5a7b826a5b02cfbc1928c8bd8d509 Mon Sep 17 00:00:00 2001 From: Patrick Canterino Date: Sun, 13 Feb 2022 10:13:47 +0100 Subject: [PATCH] Set max-width for images --- notes/static/notes/style.css | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/notes/static/notes/style.css b/notes/static/notes/style.css index ac398b1..00b446d 100644 --- a/notes/static/notes/style.css +++ b/notes/static/notes/style.css @@ -26,6 +26,10 @@ article > div { padding-top: 0.5em; } +article img { + max-width: 100%; +} + footer { color: #ffffff; background-color: #212529; -- 2.34.1