Skip to content

Commit

Permalink
[fixed] splide sponsor carousel container margin axios#203
Browse files Browse the repository at this point in the history
  • Loading branch information
Priyank-Aggarwal1024 authored Oct 6, 2024
1 parent 5613a91 commit edcbf87
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scss/sponsors.scss
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ body.dark {
/* background-color: var(--carousel-bg);*/
border-radius: 5px;
padding: 0 55px;
margin: 0 -55px;
margin: 0 calc(-1 * var(--margin) / 2);

.splide__arrows {
visibility: hidden;
Expand Down

0 comments on commit edcbf87

Please sign in to comment.