add footer styling

This commit is contained in:
Philipp Kühn
2020-10-28 21:23:22 +01:00
parent 541356a321
commit a46514468b
2 changed files with 17 additions and 6 deletions

View File

@@ -132,12 +132,12 @@
<page-navigation />
</div>
</div>
<!-- TODO: -->
<div>
<a :href="editLink" target="_blank">
<span>Edit this page on GitHub</span> &middot;
</a>
Made with 🖤 by <a href="https://twitter.com/_ueberdosis">überdosis</a>
<div class="app__page-footer">
<div class="app__inner">
<a :href="editLink" target="_blank">Edit this page on GitHub</a>
&middot;
Made with 🖤 by <a href="https://twitter.com/_ueberdosis">überdosis</a>
</div>
</div>
</div>