🐞 fix: Navigation tweaks
Sync TODOs with Issues / sync_todos (push) Successful in 6s

Co-authored-by: Copilot <copilot@github.com>
This commit is contained in:
Keith Solomon
2026-05-02 15:20:09 -05:00
parent 2bdfaba134
commit 405f43baf9
4 changed files with 6 additions and 4 deletions
+1 -1
View File
@@ -46,7 +46,7 @@ $showHero = in_array(
<header role="banner" class="site-header bg-secondary flex flex-col items-center justify-start"> <header role="banner" class="site-header bg-secondary flex flex-col items-center justify-start">
<?php get_template_part( 'views/components/nav-aux' ); ?> <?php get_template_part( 'views/components/nav-aux' ); ?>
<div class="header__nav-main container py-4 items-center grid gap-x-8 gap-y-0 grid-cols-[437px_auto] grid-rows-[1fr] justify-between"> <div class="header__nav-main container px-0! py-4 items-center grid gap-x-8 gap-y-0 grid-cols-[437px_auto] grid-rows-[1fr] justify-between">
<a href="<?php bloginfo( 'url' ); ?>" class="site-header__logo block"> <a href="<?php bloginfo( 'url' ); ?>" class="site-header__logo block">
<img class="h-full w-auto" src="<?php echo esc_url( $headerLogo ); ?>" alt="<?php bloginfo( 'name' ); ?> logo"/> <img class="h-full w-auto" src="<?php echo esc_url( $headerLogo ); ?>" alt="<?php bloginfo( 'name' ); ?> logo"/>
</a> </a>
+2 -1
View File
@@ -12,7 +12,8 @@
background: linear-gradient(90.17deg, #2189C0 -51.3%, #0773AC 55.75%); background: linear-gradient(90.17deg, #2189C0 -51.3%, #0773AC 55.75%);
.header__nav-aux { .header__nav-aux {
@apply px-0!;
max-width: 80.5rem;
} }
a { a {
+1
View File
@@ -27,6 +27,7 @@
&.menu-vdi__item--contact { &.menu-vdi__item--contact {
>a { >a {
@apply mr-0;
background: linear-gradient(93.03deg, #F26B53 0%, #D24D32 100%); background: linear-gradient(93.03deg, #F26B53 0%, #D24D32 100%);
border-radius: 20px 4px; border-radius: 20px 4px;
padding: .5rem 2rem; padding: .5rem 2rem;
+2 -2
View File
@@ -21,8 +21,8 @@ $currentPageURL = home_url( $wp->request ) . '/';
?> ?>
<div class="nav-aux__container hidden lg:block w-full py-0"> <div class="nav-aux__container hidden lg:block w-full py-0">
<div class="nav-aux container flex items-center justify-end gap-x-4 gap-y-0 flex-wrap text-white py-0"> <div class="header__nav-aux container flex items-center justify-end gap-x-4 gap-y-0 flex-wrap text-white py-0">
<nav class="nav-aux py-0" role="navigation" aria-label="Auxiliary"> <nav class="nav-aux py-0" role="navigation" aria-label="Auxiliary navigation">
<?php <?php
if ( has_nav_menu( 'aux_navigation' ) ) { if ( has_nav_menu( 'aux_navigation' ) ) {
// Initialize and render menu items // Initialize and render menu items