diff options
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 */ |