diff options
| -rw-r--r-- | static/style.css | 12 |
1 files changed, 11 insertions, 1 deletions
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) { |
