Update the footer

This commit is contained in:
Paulus Schoutsen 2014-12-21 20:16:25 -08:00
parent 3146778cd7
commit 981756ce5c
2 changed files with 2 additions and 2 deletions

View File

@ -11,7 +11,7 @@
body > footer {
@include box-shadow(0 0 3px rgba(0, 0, 0, 0.25));
background-color: $footer-background;
height: $footer-height;
// height: $footer-height;
margin-top: 3em;
}

View File

@ -1,3 +1,3 @@
<p class="copyright">
<span class="credit">Site powered by <a href="http://octopress.org">Octopress</a>, <a href='http://jekyllrb.com/'>Jekyll</a> and using the <a href='https://github.com/coogie/oscailte'>Oscalite theme</a>.</span>
<span class="credit">Powered by <a href="http://octopress.org">Octopress</a>, <a href='http://jekyllrb.com/'>Jekyll</a> and the <a href='https://github.com/coogie/oscailte'>Oscalite theme</a>. Hosted by <a href='https://pages.github.com/'>GitHub</a> and served by <a href='https://cloudflare.com'>CloudFlare</a>.</span>
</p>