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