Improve footer

- Moved container class into footer.
- Added py-3 for footer padding. Not sure if I prefer this to using the stylesheet.
- Replaced hr with border-top.
This commit is contained in:
2020-12-13 12:42:56 +00:00
parent be63a2aaed
commit 3177a9d1cc
2 changed files with 5 additions and 6 deletions

View File

@ -1,6 +1,3 @@
<footer>
<div class="container">
<hr>
<p>&copy; Quartznet 2020 | <a href="./policy">Policy</a></p>
</div>
<footer class="container py-3">
<p>&copy; Quartznet 2020 | <a href="./policy">Policy</a></p>
</footer>