forked from crowetic/commerce
fix arrow position on mobile
This commit is contained in:
parent
e4f8a74f63
commit
ed8fc41005
@ -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');
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user