Skip to content

Commit edcbf87

Browse files
[fixed] splide sponsor carousel container margin axios#203
1 parent 5613a91 commit edcbf87

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scss/sponsors.scss

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ body.dark {
2121
/* background-color: var(--carousel-bg);*/
2222
border-radius: 5px;
2323
padding: 0 55px;
24-
margin: 0 -55px;
24+
margin: 0 calc(-1 * var(--margin) / 2);
2525

2626
.splide__arrows {
2727
visibility: hidden;

0 commit comments

Comments
 (0)