From c942f181fde761de8ccb22d285598c85cd7d95d1 Mon Sep 17 00:00:00 2001 From: Thomas Park Date: Sat, 26 Jan 2013 18:50:49 -0500 Subject: index: move sponsor to own row --- css/bootswatch.css | 11 ++++++++--- 1 file changed, 8 insertions(+), 3 deletions(-) (limited to 'css') diff --git a/css/bootswatch.css b/css/bootswatch.css index 000c4b75..b860beba 100644 --- a/css/bootswatch.css +++ b/css/bootswatch.css @@ -142,6 +142,11 @@ section { width: 16px; } +h3 { + text-align: center; + font-size: 20px; +} + #ticker { margin-bottom: 40px; } @@ -155,7 +160,8 @@ section { } .about h3 { - margin: 0 0 5px 35px; + margin: 0 0 0 35px; + text-align: left; } .about img { @@ -165,9 +171,7 @@ section { } #gallery { - margin: 45px 0 30px 0; padding-right: 20px; - text-align: center; } .thumbnail { @@ -187,6 +191,7 @@ section { } .thumbnail h3 { + text-align: left; margin-bottom: 0; } -- cgit v1.2.3