Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 0 additions & 4 deletions pages/challenges.html
Original file line number Diff line number Diff line change
Expand Up @@ -62,10 +62,6 @@ <h1 class="challenges-hero__title">
<!-- Filter Controls -->
<section class="challenges-filter" aria-labelledby="filters-heading">
<div class="container filter-controls">
<div class="filter-group">

</div>

<h2 id="filters-heading" class="visually-hidden">Filter Challenges</h2>

<div class="filter-group">
Expand Down
6 changes: 6 additions & 0 deletions styles/challenges.css
Original file line number Diff line number Diff line change
Expand Up @@ -426,6 +426,12 @@ body {
stroke: var(--text-color);
}

@media (max-width: 1020px) {
.search-group{
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

syntax: Missing space after selector name

Suggested change
.search-group{
.search-group {

width: 100%;
}
}

/* === RESPONSIVE === */
@media (max-width: 768px) {
.nav__list {
Expand Down