From afd29fefb042ceec19a3488dfef1aecc44436a36 Mon Sep 17 00:00:00 2001 From: Quentin Dufour Date: Wed, 14 Jul 2021 23:02:50 +0200 Subject: [PATCH] Fix again a (complex) css fragment --- assets/css/style.css | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/assets/css/style.css b/assets/css/style.css index 3f81e28..1ad79c4 100644 --- a/assets/css/style.css +++ b/assets/css/style.css @@ -142,9 +142,9 @@ article ul li::before { * + h2, * + h3, -h2 + p, -h2 + .highlighter-rouge, -h2 + pre +h2:not(:first-child) + p, +h2:not(:first-child) + .highlighter-rouge, +h2:not(:first-child) + pre { padding-top: 5rem; }