diff --git a/frontend/components/LaneFilter.vue b/frontend/components/LaneFilter.vue index a7e3aab..a9c8cbf 100644 --- a/frontend/components/LaneFilter.vue +++ b/frontend/components/LaneFilter.vue @@ -59,7 +59,7 @@ function handleHover(laneImg: Ref, index: number) { cursor: pointer; } -@media only screen and (max-width: 400px) { +@media only screen and (max-width: 450px) { .lane-img { width: 48px; }