From 688157657a3b0e7fe3b634709ddd4bb23d6f4550 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?C=C3=A9dric=20FAMIBELLE-PRONZOLA?= Date: Tue, 26 Mar 2024 09:20:00 -0400 Subject: [PATCH 1/2] Add contact to footer --- index.html | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/index.html b/index.html index 726a4d2..3fdbd67 100644 --- a/index.html +++ b/index.html @@ -883,8 +883,9 @@ et séculaires qu'est le colonialisme français. -
Serge GLAUDE (Co-fondateur du GONG) +
+

Pour transmettre des documents d'archive, merci de nous contacter à : gong971@proton.me

From 1178a11bdc4ddd91c4b9ae506ed11891ed5bc24c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?C=C3=A9dric=20FAMIBELLE-PRONZOLA?= Date: Tue, 26 Mar 2024 09:20:17 -0400 Subject: [PATCH 2/2] Change hr padding --- css/main.css | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/css/main.css b/css/main.css index d0beefc..08b20c6 100644 --- a/css/main.css +++ b/css/main.css @@ -25,6 +25,10 @@ font-size: 0.8rem; } +hr { + margin-block: .5rem !important; +} + .orientation-modal, .charte-modal { color: #da131a; transition: color 0.3s ease;