Skip to content

Commit 2e12c14

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

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scss/home.scss

+1-1
Original file line numberDiff line numberDiff line change
@@ -232,7 +232,7 @@ html[dir="rtl"] {
232232
.splide {
233233
height: 9rem;
234234
padding: 0 45px;
235-
margin: 0 -55px;
235+
margin: 0 calc(-1 * var(--margin) / 2);
236236
}
237237

238238
li.sponsor-card {

0 commit comments

Comments
 (0)