Better margin for LaneFilter mobile version
All checks were successful
pipeline / build-and-push-images (push) Successful in 35s
pipeline / deploy (push) Successful in 7s

This commit is contained in:
2024-12-06 20:57:06 +01:00
parent b5ae29e1d4
commit a624ee0134

View File

@@ -59,7 +59,7 @@ function handleHover(laneImg: Ref<string>, index: number) {
cursor: pointer;
}
@media only screen and (max-width: 400px) {
@media only screen and (max-width: 450px) {
.lane-img {
width: 48px;
}