diff options
Diffstat (limited to 'static/style.css')
| -rw-r--r-- | static/style.css | 5 |
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; } |
