From 58a24564921c1d517fe193fc81ce64a03d8cc9fe Mon Sep 17 00:00:00 2001 From: Zhang Huangbin Date: Thu, 24 Mar 2016 15:49:36 +0800 Subject: [PATCH] Increase page max-width to 75%. --- html/css/markdown.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/html/css/markdown.css b/html/css/markdown.css index f3294f8d..2724a1c5 100644 --- a/html/css/markdown.css +++ b/html/css/markdown.css @@ -2,7 +2,7 @@ body{ margin: 0 auto; font-family: 'PT Sans', Georgia, Palatino, serif; line-height: 1; - max-width: 70%; + max-width: 75%; padding: 30px 0px 100px 0px; } h1, h2, h3, h4, h5 {