From 1d3ff16a01d3236c655be07f076ec14c1d120eeb Mon Sep 17 00:00:00 2001 From: Jeremy Date: Sun, 30 Nov 2025 17:32:13 -0500 Subject: [PATCH] Correctif au nav --- www/css/style.css | 11 +++++------ 1 file changed, 5 insertions(+), 6 deletions(-) diff --git a/www/css/style.css b/www/css/style.css index 0b6da42..069d273 100644 --- a/www/css/style.css +++ b/www/css/style.css @@ -88,17 +88,16 @@ nav img { } nav a { - display: flex; - align-items: center; + display: inline-block; text-decoration: none; color: #ffefe5; - padding: 0 16px; - margin: 0 4px; + padding: 10.8px 16px; + margin: 160px 4px; + background-color: #13172c; + border-radius: 20px; } nav a:hover { - height: 40px; - border-radius: 20px; background-color: #b47871; }