From 475cb10cc07c5727aaecc18874df1d33d2941812 Mon Sep 17 00:00:00 2001 From: Sami Samhuri Date: Sun, 27 Nov 2011 20:18:38 -0800 Subject: [PATCH] reduce width of blog articles --- assets/blog.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/assets/blog.css b/assets/blog.css index 42ea383..c3c2027 100644 --- a/assets/blog.css +++ b/assets/blog.css @@ -37,7 +37,7 @@ h1 { margin: 0 article { width: 80% ; min-width: 400px - ; max-width: 1000px + ; max-width: 800px ; margin: 2em auto 1em ; font-size: 1.2em ; line-height: 1.4em