Make asterism smaller in nav

This commit is contained in:
2025-12-01 19:04:55 -05:00
parent 0f11085d4e
commit 1855b3faca
+1 -1
View File
@@ -1347,7 +1347,7 @@
<p style="font-size: 0.9rem; text-align: center;">
<a href="/about" {% if request.url.path == "/about" %}class="current"{% endif %}>About KJV Study</a>
</p>
<p style="text-align: center; color: var(--text-tertiary); margin-top: 0.5rem;"></p>
<p style="text-align: center; color: var(--text-tertiary); margin-top: 0.5rem; font-size: 0.7rem;"></p>
</div>
</nav>