From 261323b4ce144bf5d93e5d24d9e27f3044cab0fd Mon Sep 17 00:00:00 2001 From: Jalil Arfaoui Date: Wed, 18 Feb 2026 00:58:26 +0100 Subject: [PATCH] =?UTF-8?q?Remont=C3=A9e=20des=20boutons=20prev/next=20au-?= =?UTF-8?q?dessus=20du=20footer=20sur=20mobile?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/photo/SlideControls.astro | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/photo/SlideControls.astro b/src/components/photo/SlideControls.astro index edbac9a..5464c7e 100644 --- a/src/components/photo/SlideControls.astro +++ b/src/components/photo/SlideControls.astro @@ -72,7 +72,7 @@ .prev-btn, .next-btn { top: auto; - bottom: 2rem; + bottom: 5rem; transform: none; }