Skip to content

Commit

Permalink
refactor: carousel
Browse files Browse the repository at this point in the history
  • Loading branch information
artKozinets committed Nov 14, 2024
1 parent f28ffd2 commit 093a518
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions blocks/carousel/carousel.css
Original file line number Diff line number Diff line change
Expand Up @@ -122,8 +122,8 @@ main .carousel-container {

.carousel .carousel-navigation-buttons {
position: absolute;
/* top: 50%; */
/* left: 12px; */
top: 50%;
left: var(--spacing-medium);
transform: translateY(-50%);
right: var(--spacing-medium);
display: flex;
Expand Down

0 comments on commit 093a518

Please sign in to comment.