From 5b906cd049a605b8dea4b77873af3e3cbf35ad61 Mon Sep 17 00:00:00 2001 From: Mark McGranaghan Date: Wed, 17 Oct 2012 17:10:46 -0700 Subject: [PATCH] bottom margin for the index page --- templates/site.css | 1 + 1 file changed, 1 insertion(+) diff --git a/templates/site.css b/templates/site.css index fb7be54..bbe6329 100644 --- a/templates/site.css +++ b/templates/site.css @@ -90,6 +90,7 @@ div#intro { max-width: 420px; margin-left: auto; margin-right: auto; + margin-bottom: 120px; } div#intro p { padding-top: 20px;