Skip to content

Commit

Permalink
fix(footer): change layout
Browse files Browse the repository at this point in the history
  • Loading branch information
gael-boyenval authored and eko committed Jun 23, 2017
1 parent d56a143 commit 9bb0b24
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
5 changes: 2 additions & 3 deletions _includes/footer.html
@@ -1,6 +1,5 @@
{% if site.theme_settings.footer_text %}
<footer class="site-footer">
{% include newsletter.html %}
<p class="text">{{ site.theme_settings.footer_text }}</p>
<footer class="slice site-footer">
<p class="text container">{{ site.theme_settings.footer_text }}</p>
</footer>
{% endif %}
2 changes: 1 addition & 1 deletion _sass/includes/_footer.scss
Expand Up @@ -4,5 +4,5 @@
text-align: center;
width: 100%;
color: lighten($brand-black, 30%);
font-size: 0.9em;
font-size: 0.9rem;
}

0 comments on commit 9bb0b24

Please sign in to comment.