Create a functioning carousel

Thanks a million to Grafikart!
This commit is contained in:
2020-02-17 22:33:44 +01:00
parent 6551aa738a
commit 6fb6937c1a
4 changed files with 172 additions and 77 deletions

View File

@@ -48,12 +48,10 @@
}
}
// Gallery
.gallery {
&__images {
&--photo {
background-color: $color-secondary;
}
// Photos
.gallery__images--photo {
&:before {
background-color: $color-secondary;
}
}
}