Skip to content

Commit

Permalink
fix: ios
Browse files Browse the repository at this point in the history
  • Loading branch information
alexanderleegs committed Sep 21, 2024
1 parent db561f8 commit e3b3e9c
Showing 1 changed file with 14 additions and 1 deletion.
15 changes: 14 additions & 1 deletion assets/css/algolia.css
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,20 @@

@media (max-width: 768px) {
.ais-RangeInput-input {
width: inherit;
width: 100%;
}
.ais-RangeInput-label {
width: 33%;
max-width: 6.25rem;
}
}

@media (max-width: 768px) {
.ais-RangeInput-input {
width: 100%;
}
.ais-RangeInput-label {
width: 33%;
}
}

Expand Down

0 comments on commit e3b3e9c

Please sign in to comment.