summaryrefslogtreecommitdiff
path: root/static
diff options
context:
space:
mode:
Diffstat (limited to 'static')
-rw-r--r--static/style.css22
1 files changed, 7 insertions, 15 deletions
diff --git a/static/style.css b/static/style.css
index 959f0cd..edc7bb7 100644
--- a/static/style.css
+++ b/static/style.css
@@ -252,10 +252,10 @@ p {
grid-gap: 1rem;
max-width: calc(100vw - 6rem);
width: 100%;
+ font-size: 0;
}
.gallery > div {
- position: relative;
background-color: #00000011;
}
@@ -289,24 +289,11 @@ p {
grid-row: 13 / span 4;
}
-.gallery a {
- position: absolute;
- top: 0;
- left: 0;
- width: 100%;
- height: 100%;
- z-index: 1;
-}
-
.gallery img,
.gallery video {
- position: absolute;
- top: 0;
- left: 0;
width: 100%;
height: 100%;
object-fit: cover;
- z-index: 0;
}
.shop-items {
@@ -367,7 +354,7 @@ p {
.product-page-layout {
display: flex;
- gap: 2rem;
+ gap: 0 2rem;
}
.product-page-layout > * {
@@ -378,6 +365,7 @@ p {
display: flex;
flex-direction: column;
gap: 1rem;
+ font-size: 0;
}
.product-page-img,
@@ -575,6 +563,10 @@ p {
.product-page-imgs > *:first-child {
display: none;
}
+
+ .product-page-delimiter {
+ display: none;
+ }
}
@media screen and (max-width: 41rem) {