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 edcbf87 commit 2e12c14
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scss/home.scss
Original file line number Diff line number Diff line change
Expand Up @@ -232,7 +232,7 @@ html[dir="rtl"] {
.splide {
height: 9rem;
padding: 0 45px;
margin: 0 -55px;
margin: 0 calc(-1 * var(--margin) / 2);
}

li.sponsor-card {
Expand Down

0 comments on commit 2e12c14

Please sign in to comment.