From 2c5907198ea9f883c038a8f8de9c072d6c5c56bc Mon Sep 17 00:00:00 2001 From: unwox Date: Fri, 31 Oct 2025 14:54:10 +0600 Subject: small styling improvements --- static/style.css | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) (limited to 'static/style.css') diff --git a/static/style.css b/static/style.css index 59c8024..406a493 100644 --- a/static/style.css +++ b/static/style.css @@ -246,8 +246,8 @@ aside h2 { .content h2 { font-size: 3.5rem; - line-height: 1.1; - margin-bottom: 1rem; + line-height: 1; + margin-bottom: 0.75rem; } p { @@ -361,6 +361,11 @@ p { font-weight: 600; } +h2[id=content] { + padding-top: 1.5rem; + margin-top: -1.5rem; +} + .product-page-layout { display: flex; gap: 0 2rem; @@ -650,6 +655,7 @@ select { .product-page-layout { flex-direction: column; + position: relative; } .product-page-img-mobile { -- cgit v1.2.3