Found a way to make the footer accessible while also being cute

This commit is contained in:
Aural Glow 2023-06-09 22:13:15 +02:00 committed by GitHub
parent b42fae7e57
commit 8ec75fcfda
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -154,8 +154,8 @@
</div>
</div>
<% if CONFIG.footer %>
<div>
<h4 style="text-align: center;"><%= CONFIG.footer %></h4>
<div class="h-box" style="padding-top: 1em; padding-bottom: 0.5em;">
<div id="footer-info" style="text-align: center;"><%= CONFIG.footer %></div>
</div>
<% end %>
</footer>