From 5d3c64070e0476dbaa1b5abfbd03e7731d8b123f Mon Sep 17 00:00:00 2001 From: Thomas Date: Mon, 9 Mar 2026 05:35:45 +0100 Subject: [PATCH] ajout d'une marge au bouton home --- static/style.css | 1 + 1 file changed, 1 insertion(+) diff --git a/static/style.css b/static/style.css index 69f210f..304b1fd 100644 --- a/static/style.css +++ b/static/style.css @@ -38,6 +38,7 @@ footer{ } .home{ + margin: 5px; text-decoration: none; }