From 283dc46fca8545bbbecead2f09a13bc5e1009cf9 Mon Sep 17 00:00:00 2001 From: Jeremy Date: Sat, 22 Nov 2025 16:19:58 -0500 Subject: [PATCH] Correctifs au nav et au footer --- www/css/style.css | 15 +++++---------- 1 file changed, 5 insertions(+), 10 deletions(-) diff --git a/www/css/style.css b/www/css/style.css index d0f2bf0..b2ba0eb 100644 --- a/www/css/style.css +++ b/www/css/style.css @@ -27,9 +27,7 @@ nav { nav ul { display: flex; list-style: none; - justify-content: flex-end; align-items: center; - width: 85%; } nav img { @@ -38,20 +36,18 @@ nav img { } nav a { - display: block; + display: flex; + align-items: center; text-decoration: none; color: #FFEFE5; padding: 0 16px; + margin: 0 4px; } nav a:hover { - display: block; - align-items: center; - line-height: 39px; - + height: 40px; border-radius: 20px; background-color: #273A56; - height: 40px; } footer { @@ -59,8 +55,7 @@ footer { text-align: center; color: #FFEFE5; width: 100%; - padding: 16px 0; - height: 15vh; + padding: 16px; } /****************************/