From 3dc05210fa5b19edbee503eb5fb93c148e487046 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?St=C3=A9phan=20Peccini?= Date: Tue, 15 Jul 2025 09:49:11 +0200 Subject: [PATCH] evol(style) : ajustement pour les titres de niveau 2 --- static/css/custom.css | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/static/css/custom.css b/static/css/custom.css index 0b27883..0041a58 100644 --- a/static/css/custom.css +++ b/static/css/custom.css @@ -48,10 +48,17 @@ a { text-decoration: underline; } +h2 { + margin-top: 2em; + margin-bottom: 1em; + font-size: revert !important; +} + h3 { text-align: center; margin-top: 2em; margin-bottom: 1em; + font-size: revert !important; } p {