Add padding around footer

This commit is contained in:
Michael Rose 2014-09-03 11:46:41 -04:00
parent 394680bf4c
commit 50eccf2fc9
2 changed files with 2 additions and 2 deletions

View file

@ -26,7 +26,7 @@
</div><!-- /#main -->
<div class="footer-wrapper">
<footer role="contentinfo">
<footer role="contentinfo" class="entry-wrapper">
{% include footer.html %}
</footer>
</div><!-- /.footer-wrapper -->

View file

@ -67,7 +67,7 @@
</div><!-- /#main -->
<div class="footer-wrapper">
<footer role="contentinfo">
<footer role="contentinfo" class="entry-wrapper">
{% include footer.html %}
</footer>
</div><!-- /.footer-wrapper -->