From 28082c97218e0f61f23d1983939f399197993bf2 Mon Sep 17 00:00:00 2001 From: Francis Rowe Date: Wed, 25 Nov 2015 22:19:06 -0500 Subject: simplify the home page and make it more readable --- (limited to 'site/common') diff --git a/site/common/css/main.css b/site/common/css/main.css index 8dcdff8..0c94a54 100644 --- a/site/common/css/main.css +++ b/site/common/css/main.css @@ -6,7 +6,16 @@ max-width:96% } html{ background:#eee; -font:99% sans-serif +font:110% sans-serif +} +body{ +max-width:80em +} +h1,h2,h3{ +line-height:120% +} +p{ +line-height:140% } div{ background:#fff; -- cgit v0.9.1