From 51a1aa425aa395ca0296bb97136265f23fd6ef5e Mon Sep 17 00:00:00 2001 From: Francis Rowe Date: Thu, 21 May 2015 04:25:10 -0400 Subject: css: optimize use of screen space (again) --- (limited to 'site') diff --git a/site/css/main.css b/site/css/main.css index 6fc9a63..dd019f9 100644 --- a/site/css/main.css +++ b/site/css/main.css @@ -2,13 +2,13 @@ body { background:#f4f4f4; color:#2B2B2B; font-family:Lato,sans-serif; - font-size:0.83em; + font-size:0.825em; font-weight:400; padding:0px; margin:0px; } div.contain { - max-width:59em; + max-width:58em; margin:0 auto; } div.section { @@ -16,8 +16,10 @@ div.section { border-radius:0.5em; box-shadow: 0px 0px 5px 0px rgba(50, 50, 50, 0.75); padding:1em; - padding-top:0.4em; - padding-bottom:0.6em; + padding-left:0.9em; + padding-right:0.9em; + padding-top:0.15em; + padding-bottom:0.4em; margin:1em; } p, aside, li { @@ -35,6 +37,15 @@ h1,h2,h3 { margin-bottom:0em; margin-top:0em; } +h1 { + font-size:1.9em; +} +h2 { + font-size:1.4em; +} +h3 { + font-size:1.2em; +} img { max-width:100%; height:auto; -- cgit v0.9.1