diff options
author | Arun Isaac | 2022-06-22 12:27:55 +0530 |
---|---|---|
committer | Arun Isaac | 2022-06-22 12:27:55 +0530 |
commit | 8178e3c3035eebfbef47fe4effa79359bd44b9f0 (patch) | |
tree | 2c2d3ca7a7c8cc98af183bebea851a3b9a1d68d8 /style.css | |
parent | 3bd4e39033e3fec31b201d73b5a8591bd1e5245e (diff) | |
download | gn-gemtext-8178e3c3035eebfbef47fe4effa79359bd44b9f0.tar.gz |
style.css: Center and limit body width.
Center and limit width of body to avoid having to scan long distances
from left to right.
Diffstat (limited to 'style.css')
-rw-r--r-- | style.css | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -8,6 +8,8 @@ body { font-family: Palatino, 'Palatino Linotype', serif; color: black; font-size: large; + max-width: 1000px; + margin: 0 auto; } pre { |