summaryrefslogtreecommitdiff
path: root/static
diff options
context:
space:
mode:
Diffstat (limited to 'static')
-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 {