fix arrow position on mobile

This commit is contained in:
Franco Arza 2020-10-23 12:22:34 -03:00
parent e4f8a74f63
commit ed8fc41005

View File

@ -9,12 +9,12 @@
}
.leftControl {
@apply left-6;
@apply left-10 md:left-6;
background-image: url('public/cursor-left.png');
}
.rightControl {
@apply right-6;
@apply right-10 md:right-6;
background-image: url('public/cursor-right.png');
}