feat: Update Contact button styling with increased padding and rounded corners

This commit is contained in:
Matt Batchelder
2026-02-22 14:14:50 -05:00
parent 2702ab41b5
commit a02acdedb2

View File

@@ -366,8 +366,9 @@ p:last-child { margin-bottom: 0; }
/* Contact button in nav */
.nav-contact a.btn {
padding: .6rem 1.4rem;
padding: .6rem 1.8rem;
font-size: .85rem;
border-radius: 50px;
}
.nav-contact a.btn::after { display: none; } /* Remove underline animation from button */