Skip to content

Commit 3ab4788

Browse files
committed
Bring search menu to front
1 parent cfd6217 commit 3ab4788

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

resources/views/home.blade.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@
33
@section('body')
44
@include('layouts._alerts')
55

6-
<div class="relative bg-gray-50 overflow-hidden">
7-
<div x-data="{ open: false }" class="relative pt-6 pb-12 sm:pb-16 md:pb-20 lg:pb-28 xl:pb-32">
6+
<div class="bg-gray-50 overflow-hidden">
7+
<div x-data="{ open: false }" class="pt-6 pb-12 sm:pb-16 md:pb-20 lg:pb-28 xl:pb-32">
88
<div class="mt-10 mx-auto max-w-screen-xl px-4 sm:mt-12 sm:px-6 md:mt-16 lg:mt-20 xl:mt-28">
99
<div class="text-center">
1010
<img src="{{ asset('images/laravelio.png') }}" title="Laravel.io" alt="Laravel.io" class="block md:max-w-2xl mx-auto mb-10">

0 commit comments

Comments
 (0)