feat: Update Contact button styling with centered alignment and white text color

This commit is contained in:
Matt Batchelder
2026-02-22 14:18:35 -05:00
parent a02acdedb2
commit db59626e46

View File

@@ -369,6 +369,8 @@ p:last-child { margin-bottom: 0; }
padding: .6rem 1.8rem;
font-size: .85rem;
border-radius: 50px;
justify-content: center;
color: #fff;
}
.nav-contact a.btn::after { display: none; } /* Remove underline animation from button */