diff --git a/_includes/footer.html b/_includes/footer.html index 8a808be..bda487a 100644 --- a/_includes/footer.html +++ b/_includes/footer.html @@ -71,7 +71,7 @@ {%- include sitemap.html -%}
-

© {{site.time | date: "%Y"}} {{ site.copyright | default: site.title }}

+

© {{site.time | date: "%Y"}} {{ site.copyright | default: site.title }}

Powered by Dogwood

diff --git a/_sass/dogwood/_layout.scss b/_sass/dogwood/_layout.scss index fc272e7..f1dbf7b 100644 --- a/_sass/dogwood/_layout.scss +++ b/_sass/dogwood/_layout.scss @@ -1437,6 +1437,11 @@ article { color: inherit; } } + + .smallprint { + display: flex; + justify-content: space-between; + } } .status-bubble {