Skip to content

Commit

Permalink
fix header adaptive
Browse files Browse the repository at this point in the history
  • Loading branch information
asselzhl committed Oct 3, 2023
1 parent 3bd2e3b commit 748aeb8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion resources/views/layouts/_nav.blade.php
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
$user = Auth::user();
@endphp

<header class="navbar navbar-expand-lg">
<header class="navbar navbar-expand-xl">
<nav class="container py-2 border-bottom">
<a href="{{ LaravelLocalization::getLocalizedURL($currentLocale, route('home')) }}" class="navbar-brand">
<img src="{{ mix("images/logo-$currentLocale.svg") }}" alt="{{ __('layout.nav.logo_alt') }}" height="25px"
Expand Down

0 comments on commit 748aeb8

Please sign in to comment.