made back to top button smaller

This commit is contained in:
Snorre Ettrup Altschul 2025-02-05 04:19:17 +01:00
parent d54c1f996c
commit e3c8ab0abb

View file

@ -27,7 +27,7 @@
<div class="content" style="grid-area: content; text-align: left"> <div class="content" style="grid-area: content; text-align: left">
</div> </div>
<div class="footer" style="grid-area: footer; text-align: center"> <div class="footer" style="grid-area: footer; text-align: center">
<h4><a href="#">Back to the top</a></h4> <a href="#">Back to the top</a>
</div> </div>
</div> </div>