diff options
-rw-r--r-- | css/bootswatch.css | 2 | ||||
-rw-r--r-- | index.html | 4 |
2 files changed, 3 insertions, 3 deletions
diff --git a/css/bootswatch.css b/css/bootswatch.css index 3b72f02e..6b168ae8 100644 --- a/css/bootswatch.css +++ b/css/bootswatch.css @@ -120,7 +120,7 @@ body { } .hero-unit { - padding-bottom: 80px; + padding-bottom: 100px; } .about { @@ -64,11 +64,11 @@ <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> - <div class="span3 offset1"> + <div class="span4 offset1"> <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 offset1"> + <div class="span1"> <a class="btn rss" href="http://feeds.feedburner.com/bootswatch"><i class="icon-rss"></i><span>RSS</span></a> </div> </div> |