From e6f38c4e2bdaa8bc5a5a9f5dbf808325f5f45d74 Mon Sep 17 00:00:00 2001 From: unwox Date: Mon, 15 Sep 2025 13:16:03 +0600 Subject: small styling improvements --- static/style.css | 22 +++++++--------------- 1 file changed, 7 insertions(+), 15 deletions(-) (limited to 'static/style.css') 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) { -- cgit v1.2.3