From 47c844524b126e79e0679eda8c9501742c5374d3 Mon Sep 17 00:00:00 2001 From: unwox Date: Thu, 31 Oct 2024 14:07:46 +0600 Subject: improve typography a bit --- static/style.css | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) (limited to 'static/style.css') diff --git a/static/style.css b/static/style.css index 9ab0d83..d4c0001 100644 --- a/static/style.css +++ b/static/style.css @@ -9,6 +9,11 @@ body { box-sizing: border-box; } +h1, h2, h3, h4, h5, h6 { + font-weight: 900; + margin-bottom: 0; +} + .container { max-width: 82.5rem; margin: 0 auto; @@ -160,9 +165,10 @@ body { object-fit: contain; } -.description { +.description-text { max-width: 50rem; margin-bottom: 2rem; + line-height: 1.4; } @media screen and (max-width: 44.9rem) { @@ -251,6 +257,10 @@ body { .list { gap: 1rem; } + + .description { + margin-top: 1rem; + } } @media screen and (max-width: 30rem) { -- cgit v1.2.3