Skip to content

Commit

Permalink
Change filters widths dynamically
Browse files Browse the repository at this point in the history
Signed-off-by: Dinne Kopelevich <[email protected]>
  • Loading branch information
DinneK committed Feb 17, 2025
1 parent 65de976 commit 79b1a28
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions app/src/css/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -626,7 +626,21 @@ iframe:focus, [href]:focus, [tabindex]:focus, [contentEditable=true]:focus {
cursor: pointer;
}

.filters-container {
margin-right: 0;
}

.filter-button {
min-width: 315px;
}

.filter-button[aria-expanded="false"] {
min-width: 315px;
}

.usa-accordion__heading {
font-size: 1.2rem;
}
}

@media (min-width: 768px) {
Expand Down

0 comments on commit 79b1a28

Please sign in to comment.