Add bottom margin to asterism in nav

This commit is contained in:
2025-12-01 19:05:16 -05:00
parent 1855b3faca
commit c26c603feb
+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; font-size: 0.7rem;"></p>
<p style="text-align: center; color: var(--text-tertiary); margin-top: 0.5rem; margin-bottom: 1rem; font-size: 0.7rem;"></p>
</div>
</nav>