From: Raphaƫl Gertz Date: Tue, 14 Oct 2025 09:50:14 +0000 (+0200) Subject: Fix article header p bottom margin X-Git-Tag: 0.0.1~34 X-Git-Url: https://git.rapsys.eu/blogbundle/commitdiff_plain/3174382292e4bd3da5a5a944090cff6e9a342fef Fix article header p bottom margin --- 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;