From 72a1fa947ad3369f8c2d392310f3ce480a145451 Mon Sep 17 00:00:00 2001 From: Mark McGranaghan Date: Tue, 9 Oct 2012 16:13:18 -0700 Subject: [PATCH] bigger --- template/site.css | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/template/site.css b/template/site.css index abe7bf7..e313c94 100644 --- a/template/site.css +++ b/template/site.css @@ -61,17 +61,17 @@ h2 { margin-top: 40px; } div.chapter { - width: 800px; - min-width: 800px; - max-width: 800px; + width: 900px; + min-width: 900px; + max-width: 900px; margin-left: auto; margin-right: auto; margin-bottom: 120px; } div#intro { - width: 380px; - min-width: 380px; - max-width: 380px; + width: 420px; + min-width: 420px; + max-width: 420px; margin-left: auto; margin-right: auto; }