new gradient border on ceramic coating

This commit is contained in:
2025-11-16 20:42:20 -05:00
parent 826326f4e2
commit 74e3f37a9c
2 changed files with 75 additions and 25 deletions
+3 -3
View File
@@ -67,7 +67,7 @@
}
#galleryPhotos {
display: flex;
min-width: 100%;
min-width: 75%;
flex-direction: column;
align-items: center;
}
@@ -90,10 +90,10 @@
}
div.jx-arrow.jx-left {
border-color: transparent white transparent transparent;
border-color: transparent var(--gold) transparent transparent;
}
div.jx-arrow.jx-right {
border-color: transparent transparent transparent white;
border-color: transparent transparent transparent var(--gold);
}
/** BEFORE / AFTER IMAGES */