summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--css/bootswatch.css4
-rw-r--r--index.html4
2 files changed, 4 insertions, 4 deletions
diff --git a/css/bootswatch.css b/css/bootswatch.css
index 6b168ae8..d6a28918 100644
--- a/css/bootswatch.css
+++ b/css/bootswatch.css
@@ -120,7 +120,7 @@ body {
}
.hero-unit {
- padding-bottom: 100px;
+ padding-bottom: 120px;
}
.about {
@@ -144,7 +144,7 @@ body {
}
.hero-unit {
- padding-bottom: 80px;
+ padding-bottom: 100px;
}
.about {
diff --git a/index.html b/index.html
index 9fe31209..66d45c12 100644
--- a/index.html
+++ b/index.html
@@ -60,7 +60,7 @@
<p>Add color to your <a target="_blank" href="http://twitter.github.com/bootstrap/">Bootstrap</a> site without touching a color picker.</p>
<div id="social">
- <div class="span3 offset1">
+ <div class="span2 offset1">
<iframe src="http://markdotto.github.com/github-buttons/github-btn.html?user=thomaspark&repo=bootswatch&type=watch&count=true" allowtransparency="true" frameborder="0" scrolling="0" width="110px" height="20px"></iframe>
<iframe src="http://markdotto.github.com/github-buttons/github-btn.html?user=thomaspark&repo=bootswatch&type=fork" allowtransparency="true" frameborder="0" scrolling="0" width="53px" height="20px"></iframe>
</div>
@@ -68,7 +68,7 @@
<a href="https://twitter.com/thomashpark" class="twitter-follow-button" data-show-count="false" data-show-screen-name="true">Follow @thomashpark</a>
<a href="https://twitter.com/share" class="twitter-share-button" data-url="http://bootswatch.com" data-via="thomashpark">Tweet</a>
</div>
- <div class="span1">
+ <div class="span1 offset1">
<a class="btn rss" href="http://feeds.feedburner.com/bootswatch"><i class="icon-rss"></i><span>RSS</span></a>
</div>
</div>