hotfix: breakpoint; cleanup

This commit is contained in:
2023-02-13 00:01:52 +01:00
parent dd6a1669f0
commit cdb172e1e9
2 changed files with 1 additions and 7 deletions
+1 -1
View File
@@ -117,7 +117,7 @@ const randomizeTrainNumber = () => {
}
}
@media screen and (max-width: 600px) {
@media screen and (max-width: $breakpointSm) {
.options select {
width: 100%;
}