diff options
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; } |