diff options
author | Thomas Park <thomas@thomaspark.me> | 2013-01-26 18:50:49 -0500 |
---|---|---|
committer | Thomas Park <thomas@thomaspark.me> | 2013-01-26 18:50:49 -0500 |
commit | c942f181fde761de8ccb22d285598c85cd7d95d1 (patch) | |
tree | bf540bbb31645fb89eff26141400cb4957e58d25 /css | |
parent | 492b6356ef027684884ee2c6b0b8e8ac96b6faee (diff) |
index: move sponsor to own row
Diffstat (limited to 'css')
-rw-r--r-- | css/bootswatch.css | 11 |
1 files changed, 8 insertions, 3 deletions
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; } |