diff options
| author | alex <alex@pdp7.net> | 2026-08-01 10:48:54 +0200 |
|---|---|---|
| committer | alex <alex@pdp7.net> | 2026-08-01 10:48:54 +0200 |
| commit | edba78d0cdd693c68a0ae397b572171ae6cd4fbd (patch) | |
| tree | 982b04652082485f87fe2c2c36b95c534a9945eb /blog | |
| parent | 1b173d1c81bc89cec27c591641f69ba1efc4f8f2 (diff) | |
Adjust line-height
mozdev seems to recommend unitless values, and they seem to work better
for headers.
Diffstat (limited to 'blog')
| -rw-r--r-- | blog/style.css | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/blog/style.css b/blog/style.css index ad714ff4..781bce7e 100644 --- a/blog/style.css +++ b/blog/style.css @@ -1,7 +1,7 @@ :root { color-scheme: light dark; /* from Mozilla reader mode and https://lobste.rs/c/zeegjm */ - line-height: 1.6em; + line-height: 1.5; font-size: max(1rem, 20px); } body { |
