Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
nolimits4web committed Mar 29, 2021
2 parents ec358de + 9cd8f82 commit 93bb86d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/components/navigation/navigation.less
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
top: 50%;
width: calc(var(--swiper-navigation-size) / 44 * 27);
height: var(--swiper-navigation-size);
margin-top: calc(-1 * var(--swiper-navigation-size) / 2);
margin-top: calc(0 - (var(--swiper-navigation-size) / 2));
z-index: 10;
cursor: pointer;
display: flex;
Expand Down
2 changes: 1 addition & 1 deletion src/components/navigation/navigation.scss
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
top: 50%;
width: calc(var(--swiper-navigation-size) / 44 * 27);
height: var(--swiper-navigation-size);
margin-top: calc(-1 * var(--swiper-navigation-size) / 2);
margin-top: calc(0 - (var(--swiper-navigation-size) / 2));
z-index: 10;
cursor: pointer;
display: flex;
Expand Down

0 comments on commit 93bb86d

Please sign in to comment.