summaryrefslogtreecommitdiff
path: root/static
diff options
context:
space:
mode:
authorunwox <me@unwox.com>2024-10-31 14:07:46 +0600
committerunwox <me@unwox.com>2024-10-31 14:07:46 +0600
commit47c844524b126e79e0679eda8c9501742c5374d3 (patch)
treec5d362223eeda31fc5bbfdc68bbee28f4d21731c /static
parente0e990a248e3a18f88d7a12f3c353b8664bd6898 (diff)
improve typography a bit
Diffstat (limited to 'static')
-rw-r--r--static/style.css12
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) {