diff options
Diffstat (limited to 'resources/views/snippets')
| -rw-r--r-- | resources/views/snippets/navbar.blade.php | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/resources/views/snippets/navbar.blade.php b/resources/views/snippets/navbar.blade.php index 8172eae..fcee0f4 100644 --- a/resources/views/snippets/navbar.blade.php +++ b/resources/views/snippets/navbar.blade.php @@ -1,8 +1,9 @@ +<div class="container" style="padding: 0; margin-top: 0.5rem; margin-bottom: 0.5rem"> <div id="wrapper-navbar" itemscope itemtype="http://schema.org/WebSite"> <a class="skip-link sr-only sr-only-focusable" href="#content">Skip to content</a> - <nav class="navbar navbar-expand-md"> + <nav class="navbar navbar-expand-lg"> <!-- Your site title as branding in the menu --> <a class="navbar-brand" rel="home" href="{{ env('APP_URL') }}" title="KategorischerAperitif.de vom Fuselkönig" itemprop="url"><img src="https://www.fuselkoenig.de/wp-content/themes/fuselkoenig_de_v2/img/paw_with_glencairn.png" width=60 height=60 alt="logo"> Kategorischer Aperitif</a></a> <!-- end custom logo --> @@ -36,11 +37,12 @@ </nav><!-- .site-navigation --> </div><!-- #wrapper-navbar end --> +</div><!-- #container end --> <div class="main-header"> <div class="container"> <div class="row"> - <div class="col-sm col-xl-8 align-self-center"> + <div class="col-sm-8 col-xl-8 align-self-center"> <h1 class="dd-none d-lg-inline"> @php if ( str_contains(Request::route()->getName(), 'angebot') ){ @@ -53,7 +55,7 @@ if ( str_contains(Request::route()->getName(), 'angebot') ){ @php } else { @endphp - <a class="brand-url" rel="home" href="{{ env('APP_URL') }}" title="Kategorischer Aperitif" itemprop="url">Der kategorische Aperitif</a></h1> + <a class="brand-url dp-none" rel="home" href="{{ env('APP_URL') }}" title="Kategorischer Aperitif" itemprop="url">Der kategorische Aperitif</a></h1> @php } @endphp |
