From f22f58754202b544272fd737a012e2045bd508ad Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Valentin=20Mogu=C3=A9rou?= Date: Fri, 10 May 2024 03:23:39 +0200 Subject: [PATCH] adjust margins --- static/main.css | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/static/main.css b/static/main.css index 84a1af8..51623c1 100644 --- a/static/main.css +++ b/static/main.css @@ -79,7 +79,7 @@ header .bandeau button:active { } main { - margin: 20px auto; + margin: 0 auto; width: clamp(350px, 60%, 1200px); background-color: white; padding: 10px; @@ -144,6 +144,7 @@ p.programme { footer { text-align: center; + margin: 20px 0; }