Files
2021-10-01 16:14:19 +02:00

15 lines
264 B
SCSS

// Your custom SCSS should be written here...
.grav-lightslider {
.lSSlideOuter {
.lSPager.lSpg {
> li a {
z-index: 1;
}
}
}
}
#body > script:first-child + .grav-lightslider {
margin-top: -3rem;
}