We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5613a91 commit edcbf87Copy full SHA for edcbf87
scss/sponsors.scss
@@ -21,7 +21,7 @@ body.dark {
21
/* background-color: var(--carousel-bg);*/
22
border-radius: 5px;
23
padding: 0 55px;
24
- margin: 0 -55px;
+ margin: 0 calc(-1 * var(--margin) / 2);
25
26
.splide__arrows {
27
visibility: hidden;
0 commit comments