From 6bda1a91bdb44e26b80ab9177253892122cff137 Mon Sep 17 00:00:00 2001 From: Vegard Matthey Date: Thu, 14 Aug 2025 22:46:06 +0200 Subject: [PATCH] =?UTF-8?q?render=20/hendelser=20tid,=20sted,=20arrang?= =?UTF-8?q?=C3=B8r=20nicely=20on=20mobile?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- www/css/events.css | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/www/css/events.css b/www/css/events.css index 31fe113..16ec42e 100644 --- a/www/css/events.css +++ b/www/css/events.css @@ -131,4 +131,8 @@ p + .subtext { article >.subtext { margin-top: -1em !important; } + + .subtext li { + display: block; + } } -- 2.50.1