diff options
author | P. J. McDermott <pjm@nac.net> | 2012-05-27 13:51:09 (EDT) |
---|---|---|
committer | P. J. McDermott <pjm@nac.net> | 2012-05-27 13:51:09 (EDT) |
commit | 2bf56807a7a95fdd149fdac9eca3fd66b01ce1e4 (patch) | |
tree | 8892df1907c127db02f3f60e3bf0a1e17d43f528 | |
parent | 1a5ff2eca33a4acefb92bb39df230a3210b2855c (diff) |
Center features header and add margins in grid.
-rw-r--r-- | main.css | 9 |
1 files changed, 9 insertions, 0 deletions
@@ -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; |