From a137394472f97e116327e7b3d58904fc6c19efd6 Mon Sep 17 00:00:00 2001 From: Jesse Stuart Date: Mon, 22 Oct 2012 18:59:45 -0400 Subject: [PATCH] Small style changes to feature paragraphs on home page --- content/assets/css/style.css | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/content/assets/css/style.css b/content/assets/css/style.css index 7015ca1..7ef6439 100644 --- a/content/assets/css/style.css +++ b/content/assets/css/style.css @@ -174,6 +174,11 @@ h1.intro { font-weight: bold; } +.feature p { + margin-left: 20px; + text-align: left; +} + ul.homepage { margin-top: 30px; width: 70%;