diff --git a/resources/views/filament/pages/reserve.blade.php b/resources/views/filament/pages/reserve.blade.php index 0c56729..22211a7 100644 --- a/resources/views/filament/pages/reserve.blade.php +++ b/resources/views/filament/pages/reserve.blade.php @@ -23,6 +23,16 @@ .reserve-card-meta > * + * { margin-top: 0 !important; } + + .fi-topbar-start { + display: flex; + } + + @media (width < 64rem) { + .fi-topbar-start .fi-logo { + margin-inline-start: 0; + } + }