From ce0f1ac846c40e715f3ba08b23eeccd54591fcf3 Mon Sep 17 00:00:00 2001 From: mrtoine Date: Mon, 15 Dec 2025 12:33:20 +0100 Subject: [PATCH] =?UTF-8?q?Ajustement=20des=20breakpoints=20media=20querie?= =?UTF-8?q?s=20pour=20am=C3=A9liorer=20la=20r=C3=A9activit=C3=A9=20sur=20l?= =?UTF-8?q?es=20=C3=A9crans=20moyens.?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- static/css/app.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/static/css/app.css b/static/css/app.css index 495469c..8d25550 100644 --- a/static/css/app.css +++ b/static/css/app.css @@ -448,7 +448,7 @@ body { border-radius: var(--r-2); } -@media (max-width: 900px) { +@media (max-width: 1024px) { .site-nav { position: sticky; top: 0; @@ -539,7 +539,7 @@ body { } /* Respect reduced motion preferences */ -@media (max-width: 900px) and (prefers-reduced-motion: reduce) { +@media (max-width: 1024px) and (prefers-reduced-motion: reduce) { .navbar, .navbar.is-open, .site-nav:has(#navToggle[aria-expanded="true"])::after {