aboutsummaryrefslogtreecommitdiffstats
path: root/_includes/footer.html
diff options
context:
space:
mode:
authorMatt Rude <[email protected]>2018-08-23 16:15:26 -0500
committerMatt Rude <[email protected]>2018-08-23 16:15:26 -0500
commit53921a5daf198384629ae852f4a98d6ea2219d5a (patch)
treea6ed9a8b5106b21ad03f46da39ccc47b9d1d97fa /_includes/footer.html
parentf5828f8eb8836f393e8cba45c8c2596a2ccc1a46 (diff)
downloadxmpp-site-lite-53921a5daf198384629ae852f4a98d6ea2219d5a.tar.gz
xmpp-site-lite-53921a5daf198384629ae852f4a98d6ea2219d5a.tar.bz2
xmpp-site-lite-53921a5daf198384629ae852f4a98d6ea2219d5a.zip
Update footer on small screens
Diffstat (limited to '_includes/footer.html')
-rw-r--r--_includes/footer.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/_includes/footer.html b/_includes/footer.html
index a1685fe..bdb4513 100644
--- a/_includes/footer.html
+++ b/_includes/footer.html
@@ -1,10 +1,10 @@
<footer class="footer">
<div class="container offsetanchor" id="features">
<div id="footer"><!-- Starting Footer Section -->
- <div class="pull-left">
+ <div id="footer-links" class="text-center">
<p><a href="https://status.im.mattrude.com/{{ site.xmpp-url }}">Status</a> | <a href="{{ site.url }}/certificates/">Certificates</a> | <a href="{{ site.url }}/privacy-policy/">Privacy Policy</a></p>
</div>
- <div class="pull-right">
+ <div id="footer-copy" class="text-center">
<p>&copy; {{ site.time | date: "%Y" }} by <a href="{{ site.owner-url }}">{{ site.owner-name }}</a></p>
</div>
</div><!-- Closing Footer Section -->