From 54bcf7d0af42bd87c3a93a607808dace596d3795 Mon Sep 17 00:00:00 2001 From: EpicKiwi Date: Mon, 29 Jun 2026 23:16:09 +0200 Subject: [PATCH] Ajustement du comportement de la barre de recherche --- css/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/css/style.css b/css/style.css index 68982c7..6f352b5 100644 --- a/css/style.css +++ b/css/style.css @@ -207,7 +207,7 @@ body > hr { @media screen and (max-width: 599.9px) { #search-section:has(input:focus) { position: fixed; - top: 25px; + bottom: 10px; left: 10px; width: calc(100vw - 20px); margin: 0;