mirror of
https://github.com/Einundzwanzig-Podcast/einundzwanzig-portal.git
synced 2025-12-11 06:46:47 +00:00
new header
This commit is contained in:
@@ -79,6 +79,10 @@
|
||||
background-color: #F7931A !important;
|
||||
}
|
||||
|
||||
.leaflet-pane {
|
||||
z-index: 0 !important;
|
||||
}
|
||||
|
||||
[x-cloak] {
|
||||
display: none !important;
|
||||
}
|
||||
@@ -94,17 +98,6 @@
|
||||
<livewire:laravel-echo/>
|
||||
<x-jet-banner/>
|
||||
<div class="min-h-screen">
|
||||
@auth
|
||||
@livewire('navigation-menu')
|
||||
@endauth
|
||||
<!-- Page Heading -->
|
||||
@if (isset($header))
|
||||
<header class="bg-white shadow">
|
||||
<div class="max-w-7xl mx-auto py-6 px-4 sm:px-6 lg:px-8">
|
||||
{{ $header }}
|
||||
</div>
|
||||
</header>
|
||||
@endif
|
||||
<!-- Page Content -->
|
||||
<main>
|
||||
{{ $slot }}
|
||||
|
||||
Reference in New Issue
Block a user