_includes/footer.html in miniscule-0.2.1 vs _includes/footer.html in miniscule-0.2.2
- old
+ new
@@ -2,13 +2,13 @@
<data class="u-url" href="{{ "/" | relative_url }}"></data>
<div class="wrapper">
<div class="footer-col-wrapper no-print">
<div style="display: flex; flex-direction: row; justify-content: space-between; flex-wrap: wrap;">
- <div style="max-width: 20em; margin-right: 5px;">
+ <div style="max-width: 20em; margin-right: 5px; padding: 5px;">
{{- site.description | escape -}}
</div>
- <div>
+ <div style="padding: 5px;">
{%- include social.html -%}
</div>
</div>
</div>
</div>