From caedd2fa11310ae41303a4ee012cf2b4b51fe185 Mon Sep 17 00:00:00 2001 From: Thomas Date: Mon, 9 Mar 2026 05:25:58 +0100 Subject: [PATCH] ajout d'un padding dans le contenu principal --- static/style.css | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/static/style.css b/static/style.css index 4b30f47..a927c10 100644 --- a/static/style.css +++ b/static/style.css @@ -13,7 +13,7 @@ footer{ .nav-list{ list-style-type: none; - margin-left: 1%; + margin: 0; padding: 0; overflow: hidden; background-color: #cc0000; @@ -45,3 +45,5 @@ footer{ border-width: 5px; border-color: #cc0000; border-radius: 10px 10px 10px 10px; + padding: 10px; +}