From 2bf56807a7a95fdd149fdac9eca3fd66b01ce1e4 Mon Sep 17 00:00:00 2001
From: P. J. McDermott <pjm@nac.net>
Date: Sun, 27 May 2012 13:51:09 -0400
Subject: Center features header and add margins in grid.

---
diff --git a/main.css b/main.css
index 9b701b4..64a9ce7 100644
--- a/main.css
+++ b/main.css
@@ -136,6 +136,9 @@ div.body {
 div.features {
 	position: relative;
 }
+div.features h2 {
+	text-align: center;
+}
 div.features div {
 	display: inline;
 	float: left;
@@ -144,6 +147,12 @@ div.features div {
 div.features div.a {
 	clear: left;
 }
+div.features div h3 {
+	margin: 4px;
+}
+div.features div p {
+	margin: 12px;
+}
 
 footer {
 	border-width: 1px 0px 0px 0px;
--
cgit v0.9.1