diff options
author | wires <wires@noreply.wires.systems> | 2025-03-31 22:02:45 -0400 |
---|---|---|
committer | wires <wires@noreply.wires.systems> | 2025-03-31 22:02:45 -0400 |
commit | be7363ac2cf6bb18941f672bf9cb0f19be60ff94 (patch) | |
tree | dda0d6410dd9e3972fdf87df8444bb9b35a9b83d /assets | |
parent | zos blogpost 1 !!! (diff) | |
download | blog-be7363ac2cf6bb18941f672bf9cb0f19be60ff94.tar.gz |
redo home page
Diffstat (limited to 'assets')
-rw-r--r-- | assets/style.css | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/assets/style.css b/assets/style.css index fe1e0bb..6ddf793 100644 --- a/assets/style.css +++ b/assets/style.css @@ -28,7 +28,7 @@ body { max-width: 50rem; padding: 2rem; margin: 0 auto; - line-height: 1.8; + line-height: 1.6; background: var(--bg); color: var(--fg); font-family: serif; |