diff options
author | Thomas Park <thomas@thomaspark.me> | 2012-07-26 02:05:23 -0400 |
---|---|---|
committer | Thomas Park <thomas@thomaspark.me> | 2012-07-26 02:05:23 -0400 |
commit | 26098d79ebfef5394bf68f96a10883c5915aa909 (patch) | |
tree | feb5232b67155ee9528f3f312c2c74da9f47a553 /css | |
parent | bca58460c042bdf4180a86d8db56015af4d5a561 (diff) |
index: api community and footer links
Diffstat (limited to 'css')
-rw-r--r-- | css/bootswatch.css | 16 |
1 files changed, 14 insertions, 2 deletions
diff --git a/css/bootswatch.css b/css/bootswatch.css index b52bf4de..7acd44a2 100644 --- a/css/bootswatch.css +++ b/css/bootswatch.css @@ -38,7 +38,7 @@ body { } .twitter-follow-button { - width: 115px !important; + width: 150px !important; } .rss-button { @@ -104,6 +104,14 @@ body { vertical-align: text-top; } +.links { + margin-bottom: 20px; +} + +.links > a { + margin-right: 10px; +} + /* Landscape phones and down */ @media (max-width: 480px) { @@ -127,7 +135,7 @@ body { } .about { - margin-top: -10px; + margin-top: 0; } .about h3 { @@ -142,6 +150,10 @@ body { margin-top: 0; padding-bottom: 60px; } + + .about { + margin-top: 0; + } } /* Portrait tablet to landscape and desktop */ |