summaryrefslogtreecommitdiff
path: root/static/style.css
diff options
context:
space:
mode:
authorunwox <me@unwox.com>2024-11-02 14:44:36 +0600
committerunwox <me@unwox.com>2024-11-02 14:44:36 +0600
commit99457297817772798aee0aff374931f95294efa0 (patch)
treefe100aefe1a0d9ad7d7568204619b5f8e97f53b2 /static/style.css
parent9e12bc6cbb592da1806369c7da2f39ce7b517a2b (diff)
small style fixes
Diffstat (limited to 'static/style.css')
-rw-r--r--static/style.css5
1 files changed, 3 insertions, 2 deletions
diff --git a/static/style.css b/static/style.css
index ed44a8d..a1e9c86 100644
--- a/static/style.css
+++ b/static/style.css
@@ -7,11 +7,12 @@ body {
* {
box-sizing: border-box;
+ line-height: 1.4;
}
h1, h2, h3, h4, h5, h6 {
font-weight: 900;
- margin-bottom: 0;
+ margin-bottom: 1rem;
}
.container {
@@ -167,7 +168,7 @@ h1, h2, h3, h4, h5, h6 {
.text {
max-width: 50rem;
- line-height: 1.4;
+ display: block;
margin: 0;
}