new gradient border on ceramic coating
This commit is contained in:
+3
-3
@@ -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 */
|
||||
|
||||
Reference in New Issue
Block a user