feature: Wire up contact and thank you pages, add showInNav meta functionality

This commit is contained in:
Keith Solomon
2025-04-21 15:10:28 -05:00
parent 1a9b58d7d7
commit 29b398921b
20 changed files with 280 additions and 533 deletions

View File

@@ -107,6 +107,10 @@ h3 a, .h3 a {
text-decoration: underline;
}
#site_head h1 a {
@apply text-white text-40px hover:text-primary-200;
}
p {
margin-top: 0;
margin-bottom: 1rem;