From e458a744f2c0b61324c7879c9611f10de2c04ef0 Mon Sep 17 00:00:00 2001 From: Jonas Smedegaard Date: Wed, 18 Oct 2023 18:36:57 +0200 Subject: excempt auto-width styling for DIV-wrapped deco images --- style.scss | 3 +++ 1 file changed, 3 insertions(+) diff --git a/style.scss b/style.scss index 2ea9f6a..0585f98 100644 --- a/style.scss +++ b/style.scss @@ -235,6 +235,9 @@ blockquote { p { max-width: 52em; } + div.deco p { + max-width: unset; + } } .notebox { -- cgit v1.2.3