Make footer div spaced evenly between the <hr> and the bottom of the page
continuous-integration/drone/pr Build encountered an error Details

This commit is contained in:
Anton McClure 2022-01-26 11:07:11 -05:00
parent 9676578b5b
commit b07b2f8b2b
Signed by untrusted user: anton
GPG Key ID: 420B5F905BF0567B
1 changed files with 1 additions and 1 deletions

View File

@ -1,5 +1,5 @@
<hr> <hr>
<div class="text-center">This work is licensed under a <a rel="license" href="http://creativecommons.org/licenses/by-sa/4.0/">Creative Commons Attribution-ShareAlike 4.0 International License</a>.</div> <div class="text-center" style="margin-bottom:22px">This work is licensed under a <a rel="license" href="http://creativecommons.org/licenses/by-sa/4.0/">Creative Commons Attribution-ShareAlike 4.0 International License</a>.</div>
</div> </div>
</body> </body>
</html> </html>