1
0
mirror of https://github.com/kremalicious/blog.git synced 2025-02-14 21:10:25 +01:00

footer tweaks

This commit is contained in:
Matthias Kretschmann 2016-04-16 19:09:30 +02:00
parent b70616bf78
commit faaa45686b
Signed by: m
GPG Key ID: BD3C1F3EDD7831FC
2 changed files with 7 additions and 7 deletions

View File

@ -43,9 +43,9 @@
@extend .textcenter @extend .textcenter
margin: 0 margin: 0
.btn .link
@extend .textcenter @extend .textcenter
width: 48px width: 42px
padding: $padding-small-vertical padding: $padding-small-vertical
margin: 0 margin: 0
display: inline-block display: inline-block

View File

@ -11,22 +11,22 @@
<aside class="subscribe"> <aside class="subscribe">
<h1 class="subscribe-title">Subscribe</h1> <h1 class="subscribe-title">Subscribe</h1>
<p> <p>
<a class="btn rss" href="http://kremalicious.com/feed"> <a class="link rss" href="http://kremalicious.com/feed">
<svg class="icon icon-entypo icon-entypo-rss"> <svg class="icon icon-entypo icon-entypo-rss">
<use xlink:href="/assets/img/sprite.svg#entypo-rss"></use> <use xlink:href="/assets/img/sprite.svg#entypo-rss"></use>
</svg> </svg>
</a> </a>
<a class="btn twitter" href="https://twitter.com/kremaliciouscom"> <a class="link twitter" href="https://twitter.com/kremaliciouscom">
<svg class="icon icon-entypo icon-entypo-twitter"> <svg class="icon icon-entypo icon-entypo-twitter">
<use xlink:href="/assets/img/sprite.svg#entypo-twitter"></use> <use xlink:href="/assets/img/sprite.svg#entypo-twitter"></use>
</svg> </svg>
</a> </a>
<a class="btn google" href="https://plus.google.com/100015950464424503954" rel="publisher"> <a class="link google" href="https://plus.google.com/100015950464424503954" rel="publisher">
<svg class="icon icon-entypo icon-entypo-google+"> <svg class="icon icon-entypo icon-entypo-google+">
<use xlink:href="/assets/img/sprite.svg#entypo-google+"></use> <use xlink:href="/assets/img/sprite.svg#entypo-google+"></use>
</svg> </svg>
</a> </a>
<a class="btn facebook" href="https://www.facebook.com/pages/kremalicious/154539134564052"> <a class="link facebook" href="https://www.facebook.com/pages/kremalicious/154539134564052">
<svg class="icon icon-entypo icon-entypo-facebook"> <svg class="icon icon-entypo icon-entypo-facebook">
<use xlink:href="/assets/img/sprite.svg#entypo-facebook"></use> <use xlink:href="/assets/img/sprite.svg#entypo-facebook"></use>
</svg> </svg>
@ -35,7 +35,7 @@
</aside> </aside>
<section class="footer-copyright"> <section class="footer-copyright">
<p>&copy; {{ site.time | date: "%Y" }} <a href="http://matthiaskretschmann.com" rel="me">Matthias Kretschmann</a></p> <p>&copy; 2005&ndash;{{ site.time | date: "%Y" }} <a href="http://matthiaskretschmann.com" rel="me">Matthias Kretschmann</a></p>
<p> <p>
<a href="https://github.com/kremalicious/kremalicious3"> <a href="https://github.com/kremalicious/kremalicious3">