chore(view): Remove redundant selector

This commit is contained in:
Brandon
2021-01-14 14:18:05 -06:00
parent f64c975375
commit 098f2fcfe5

View File

@@ -1,5 +1,4 @@
<header class="banner"> <header class="banner">
<div class="max-w-3xl mx-auto">
<a class="brand" href="{{ home_url('/') }}"> <a class="brand" href="{{ home_url('/') }}">
{{ $siteName }} {{ $siteName }}
</a> </a>
@@ -9,5 +8,4 @@
{!! wp_nav_menu(['theme_location' => 'primary_navigation', 'menu_class' => 'nav', 'echo' => false]) !!} {!! wp_nav_menu(['theme_location' => 'primary_navigation', 'menu_class' => 'nav', 'echo' => false]) !!}
@endif @endif
</nav> </nav>
</div>
</header> </header>