Skip to content

Commit c4e495f

Browse files
committed
Place outside arrows further away from slideshow.
1 parent 0c8fddc commit c4e495f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/components/vueperslides/styles.scss

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,8 +36,8 @@
3636
&:hover {opacity: 1;}
3737
}
3838

39-
&__arrows--outside &__arrow--prev {left: -3em;}
40-
&__arrows--outside &__arrow--next {right: -3em;}
39+
&__arrows--outside &__arrow--prev {left: -3.5em;}
40+
&__arrows--outside &__arrow--next {right: -3.5em;}
4141

4242
&__paused {
4343
top: 0.7em;

0 commit comments

Comments
 (0)