From a9cd7519dc6d04b5d7f63a22da7ca96651e2446c Mon Sep 17 00:00:00 2001 From: Franck Cuny Date: Thu, 10 Dec 2015 20:59:23 -0800 Subject: Make the font bigger. Closes #5 --- static/css/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'static/css/style.css') diff --git a/static/css/style.css b/static/css/style.css index 5feb82a..f883f56 100644 --- a/static/css/style.css +++ b/static/css/style.css @@ -3,11 +3,11 @@ html { } body { - font-size: 16px; + font-size: 20px; } #container { - width: 800px; + width: 900px; margin: 0 auto; text-align: justify; line-height: 1.5em; -- cgit v1.2.3