Skip to content

Commit

Permalink
Make dropdown full width on mobile
Browse files Browse the repository at this point in the history
  • Loading branch information
17cupsofcoffee committed Jan 27, 2025
1 parent 065cd7f commit 3656aa2
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions sass/_extra.scss
Original file line number Diff line number Diff line change
Expand Up @@ -137,6 +137,10 @@ ul.ui.list li::before {
.card-grid.three, .card-grid.four {
grid-template-columns: 1fr;
}

#sort-menu {
width: 100%;
}
}

/* Colors overridden to avoid inaccessible contrast levels */
Expand Down

0 comments on commit 3656aa2

Please sign in to comment.