diff options
| author | unwox <me@unwox.com> | 2025-09-15 13:16:03 +0600 |
|---|---|---|
| committer | unwox <me@unwox.com> | 2025-09-15 13:16:03 +0600 |
| commit | e6f38c4e2bdaa8bc5a5a9f5dbf808325f5f45d74 (patch) | |
| tree | 5656c14b896e33d0041f2cac6478995e5bcbea47 /static | |
| parent | 598578a314962c5b5ffdc73cd41e3add9adc52d7 (diff) | |
small styling improvements
Diffstat (limited to 'static')
| -rw-r--r-- | static/style.css | 22 |
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) { |
