Co-authored-by: Copilot <copilot@github.com>
This commit is contained in:
+1
-1
@@ -46,7 +46,7 @@ $showHero = in_array(
|
||||
<header role="banner" class="site-header bg-secondary flex flex-col items-center justify-start">
|
||||
<?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">
|
||||
<img class="h-full w-auto" src="<?php echo esc_url( $headerLogo ); ?>" alt="<?php bloginfo( 'name' ); ?> logo"/>
|
||||
</a>
|
||||
|
||||
Reference in New Issue
Block a user