From 26098d79ebfef5394bf68f96a10883c5915aa909 Mon Sep 17 00:00:00 2001
From: Thomas Park <thomas@thomaspark.me>
Date: Thu, 26 Jul 2012 02:05:23 -0400
Subject: index: api community and footer links

---
 css/bootswatch.css | 16 ++++++++++++++--
 1 file changed, 14 insertions(+), 2 deletions(-)

(limited to 'css')

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 */
-- 
cgit v1.2.3