4
0
forked from crowetic/commerce

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 { .leftControl {
@apply left-6; @apply left-10 md:left-6;
background-image: url('public/cursor-left.png'); background-image: url('public/cursor-left.png');
} }
.rightControl { .rightControl {
@apply right-6; @apply right-10 md:right-6;
background-image: url('public/cursor-right.png'); background-image: url('public/cursor-right.png');
} }