mirror of https://github.com/status-im/codimd.git
Fix index social-foot styles
This commit is contained in:
parent
7e8d1f22b1
commit
f346e179ed
|
@ -325,7 +325,8 @@ input {
|
|||
.social-foot {
|
||||
line-height: 30px;
|
||||
}
|
||||
.social-foot > *, .social-foot > * > * {
|
||||
.social-foot > * {
|
||||
line-height: 20px;
|
||||
vertical-align: middle !important;
|
||||
}
|
||||
|
||||
|
|
|
@ -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>
|
||||
|
|
Loading…
Reference in New Issue