feat: Enhance navigation by adding button styling to Contact menu item
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user