From 6ea6888c466c2c85eb796941921c60fdb2e50ec6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?foug=C3=A8re?= Date: Tue, 20 Jan 2026 19:25:12 +0100 Subject: [PATCH] Correction du centrage du titre des participant.e.s --- css/base.css | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/css/base.css b/css/base.css index 0be07db..6097b96 100644 --- a/css/base.css +++ b/css/base.css @@ -74,6 +74,11 @@ main h3 { margin-top: 5%; margin-bottom: 2%; font-weight: lighter; + text-align: center; +} + +main section h3 { + text-align: left; } main h4 {