diff --git a/pages/challenges.html b/pages/challenges.html index 44220839..c47db113 100644 --- a/pages/challenges.html +++ b/pages/challenges.html @@ -62,10 +62,6 @@

-
- -
-

Filter Challenges

diff --git a/styles/challenges.css b/styles/challenges.css index 8961e335..326ffd29 100644 --- a/styles/challenges.css +++ b/styles/challenges.css @@ -426,6 +426,12 @@ body { stroke: var(--text-color); } +@media (max-width: 1020px) { + .search-group{ + width: 100%; + } +} + /* === RESPONSIVE === */ @media (max-width: 768px) { .nav__list {