From 242896c894fb09d587244470363dffa8e28bdf37 Mon Sep 17 00:00:00 2001 From: Alexis Lahouze Date: Thu, 19 Mar 2026 01:35:34 +0100 Subject: [PATCH] =?UTF-8?q?A=C3=A9ration=20des=20articles.?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- assets/style.scss | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/assets/style.scss b/assets/style.scss index 556b16b..bdc4e0a 100644 --- a/assets/style.scss +++ b/assets/style.scss @@ -137,6 +137,10 @@ h2::after { } // Séparation des articles. +article { + padding-top: 1em; +} + article:not(:last-of-type) { margin: 0; padding-bottom: 1em;