diff options
-rw-r--r-- | public/css/cover.css | 3 | ||||
-rw-r--r-- | public/views/index.ejs | 2 |
2 files changed, 3 insertions, 2 deletions
diff --git a/public/css/cover.css b/public/css/cover.css index 228990ae..c8b35e8a 100644 --- a/public/css/cover.css +++ b/public/css/cover.css @@ -325,7 +325,8 @@ input { .social-foot { line-height: 30px; } -.social-foot > *, .social-foot > * > * { +.social-foot > * { + line-height: 20px; vertical-align: middle !important; } diff --git a/public/views/index.ejs b/public/views/index.ejs index 7c0b8c95..e97f9385 100644 --- a/public/views/index.ejs +++ b/public/views/index.ejs @@ -142,7 +142,7 @@ <div class="mastfoot"> <div class="inner"> <h6 class="social-foot"> - <iframe src="//ghbtns.com/github-btn.html?user=hackmdio&repo=hackmd&type=star&count=true" frameborder="0" scrolling="0" width="90px" height="20px"></iframe> + <iframe src="//ghbtns.com/github-btn.html?user=hackmdio&repo=hackmd&type=star&count=true" frameborder="0" scrolling="0" width="104px" height="20px"></iframe> </h6> <p> © 2016 <a href="https://www.facebook.com/TakeHackMD" target="_blank"><i class="fa fa-facebook-square"></i> HackMD</a> | <a href="<%- url %>/s/release-notes" target="_blank"><%= __('Releases') %></a> |