diff options
author | Vincent Ambo <tazjin@gmail.com> | 2017-11-13T15·42+0100 |
---|---|---|
committer | Vincent Ambo <tazjin@gmail.com> | 2017-11-13T15·42+0100 |
commit | 07583c2b1946811ca5bee5f5ef45313b03a233a7 (patch) | |
tree | 7fadcf0cebcc78f9e89cd1699ceabae61dba83e6 | |
parent | 040c3487805be38e013934fddf17ec86b5bd7a89 (diff) |
style: Allow for slightly wider page bodies
-rw-r--r-- | blog.css | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/blog.css b/blog.css index 842da656b36c..0d021f78e89b 100644 --- a/blog.css +++ b/blog.css @@ -1,7 +1,7 @@ <style type="text/css"> body { margin: 40px auto; - max-width: 650px; + max-width: 800px; line-height: 1.6; font-size: 18px; color: #383838; |