15 lines
No EOL
264 B
SCSS
15 lines
No EOL
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;
|
|
} |