feat: Enhance navigation by adding button styling to Contact menu item

This commit is contained in:
Matt Batchelder
2026-02-22 14:12:07 -05:00
parent c509444cd1
commit 2702ab41b5
3 changed files with 47 additions and 1 deletions

View File

@@ -364,6 +364,13 @@ p:last-child { margin-bottom: 0; }
.nav-menu a:hover::after,
.nav-menu .current-menu-item > a::after { width: 100%; }
/* Contact button in nav */
.nav-contact a.btn {
padding: .6rem 1.4rem;
font-size: .85rem;
}
.nav-contact a.btn::after { display: none; } /* Remove underline animation from button */
/* ── Dropdown sub-menu ─────────────────────────────────────── */
.nav-menu > li {
position: relative;