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 1/2] 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 { From b9fbe5f681fa30fe2de712efdb2af3ed069c5f01 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?foug=C3=A8re?= Date: Tue, 20 Jan 2026 20:00:19 +0100 Subject: [PATCH 2/2] Ajout du doctype sur index.html pour corriger l'espacement entre titre principal et le sous-titre --- index.html | 9 +++------ 1 file changed, 3 insertions(+), 6 deletions(-) diff --git a/index.html b/index.html index 37e334b..833d9c0 100644 --- a/index.html +++ b/index.html @@ -1,4 +1,5 @@ - + + @@ -29,11 +30,6 @@ - - - - -

camp
@@ -122,4 +118,5 @@ +