From b7826715ea1e5bdbb004a53dd7f07e94e4295646 Mon Sep 17 00:00:00 2001 From: Giovanni-Josserand Date: Sun, 21 Sep 2025 19:04:16 +0200 Subject: [PATCH] set filter btn responsive --- src/components/Filter/Filter.css | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/src/components/Filter/Filter.css b/src/components/Filter/Filter.css index f1e1937..f931f3c 100644 --- a/src/components/Filter/Filter.css +++ b/src/components/Filter/Filter.css @@ -124,4 +124,11 @@ background-color: rgba(217, 95, 70, 0.3); color: var(--important-color); border-color: var(--important-color); +} + +@media (max-width: 480px) { + .filter-btn { + top: 5em; + right: 20px; + } } \ No newline at end of file