From 3174382292e4bd3da5a5a944090cff6e9a342fef Mon Sep 17 00:00:00 2001 From: =?utf8?q?Rapha=C3=ABl=20Gertz?= Date: Tue, 14 Oct 2025 11:50:14 +0200 Subject: [PATCH] Fix article header p bottom margin --- Resources/public/css/screen.css | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/Resources/public/css/screen.css b/Resources/public/css/screen.css index 7227a83..dc8dd24 100644 --- a/Resources/public/css/screen.css +++ b/Resources/public/css/screen.css @@ -191,6 +191,10 @@ section header p { text-align: justify; } +article header p { + margin-bottom: 0; +} + article section, section section { padding: 0 .5rem; -- 2.41.3