summaryrefslogtreecommitdiff
path: root/style.css
diff options
context:
space:
mode:
authorArun Isaac2022-06-22 12:27:55 +0530
committerArun Isaac2022-06-22 12:27:55 +0530
commit8178e3c3035eebfbef47fe4effa79359bd44b9f0 (patch)
tree2c2d3ca7a7c8cc98af183bebea851a3b9a1d68d8 /style.css
parent3bd4e39033e3fec31b201d73b5a8591bd1e5245e (diff)
downloadgn-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.css2
1 files changed, 2 insertions, 0 deletions
diff --git a/style.css b/style.css
index 7168d71..71fdeac 100644
--- a/style.css
+++ b/style.css
@@ -8,6 +8,8 @@ body {
font-family: Palatino, 'Palatino Linotype', serif;
color: black;
font-size: large;
+ max-width: 1000px;
+ margin: 0 auto;
}
pre {