about summary refs log tree commit diff
path: root/blog.css
diff options
context:
space:
mode:
authorVincent Ambo <tazjin@gmail.com>2017-11-13T15·42+0100
committerVincent Ambo <tazjin@gmail.com>2017-11-13T15·42+0100
commit07583c2b1946811ca5bee5f5ef45313b03a233a7 (patch)
tree7fadcf0cebcc78f9e89cd1699ceabae61dba83e6 /blog.css
parent040c3487805be38e013934fddf17ec86b5bd7a89 (diff)
style: Allow for slightly wider page bodies
Diffstat (limited to 'blog.css')
-rw-r--r--blog.css2
1 files changed, 1 insertions, 1 deletions
diff --git a/blog.css b/blog.css
index 842da656b3..0d021f78e8 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;