style: adjust font size in footer container
Some checks failed
CI / scan_ruby (push) Waiting to run
CI / lint (push) Waiting to run
CI / test (push) Waiting to run
Docker / docker (push) Has been cancelled

- Change font size from 'text-sm' to 'text-xs' for better visibility

This adjustment improves the aesthetics of the footer by ensuring that the
text is appropriately sized and matches the overall design of the page.
This commit is contained in:
songtianlun 2025-01-26 02:29:43 +08:00
parent 8cacf2a9ff
commit 155669866a

View File

@ -76,7 +76,7 @@
<!-- 页脚 -->
<footer class="footer footer-center p-8 bg-base-200 text-base-content">
<div class="container mx-auto flex flex-col gap-2">
<div id="busuanzi_container" class="text-sm opacity-70 hidden">
<div id="busuanzi_container" class="text-xs opacity-70 hidden">
<div class="space-x-2">
<span>Page Views: <span id="busuanzi_value_page_pv"></span></span>
<span>|</span>