Skip to content

Commit

Permalink
changed filter options media break point to 479px
Browse files Browse the repository at this point in the history
  • Loading branch information
crabinak committed Feb 28, 2025
1 parent 05346d0 commit 668a318
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion beam/src/components/BeamFilter.vue
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ const getTotalHeight = (el: HTMLDivElement) => {
padding: 0 1rem;
margin: 1rem 0;
@media (max-width: 500px) {
@media (max-width: 479px) {
flex-direction: column;
}
}
Expand Down
2 changes: 1 addition & 1 deletion beam/src/components/BeamFilterOption.vue
Original file line number Diff line number Diff line change
Expand Up @@ -142,7 +142,7 @@ svg {
max-width: 300px;
width: 50%;
@media (max-width: 500px) {
@media (max-width: 479px) {
width: 100%;
max-width: 100%;
}
Expand Down

0 comments on commit 668a318

Please sign in to comment.