]> Raphaël G. Git Repositories - blogbundle/commitdiff
Fix article header p bottom margin
authorRaphaël Gertz <git@rapsys.eu>
Tue, 14 Oct 2025 09:50:14 +0000 (11:50 +0200)
committerRaphaël Gertz <git@rapsys.eu>
Tue, 14 Oct 2025 09:50:14 +0000 (11:50 +0200)
Resources/public/css/screen.css

index 7227a83e18ba6e5b1e230f112eaf7ec9c19360d7..dc8dd24151ae69c79ce152809127e7c7a989a17f 100644 (file)
@@ -191,6 +191,10 @@ section header p {
        text-align: justify;
 }
 
+article header p {
+       margin-bottom: 0;
+}
+
 article section,
 section section {
        padding: 0 .5rem;