summaryrefslogtreecommitdiff
path: root/static/style.css
diff options
context:
space:
mode:
authorunwox <me@unwox.com>2025-10-31 14:54:10 +0600
committerunwox <me@unwox.com>2025-10-31 14:54:10 +0600
commit2c5907198ea9f883c038a8f8de9c072d6c5c56bc (patch)
treec5b6b70c97b18072e4f5a595135971008e0a2055 /static/style.css
parentd5c0dd24c01c3406af3e8f8f166cb629b8bbf811 (diff)
small styling improvements
Diffstat (limited to 'static/style.css')
-rw-r--r--static/style.css10
1 files changed, 8 insertions, 2 deletions
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 {