File tree Expand file tree Collapse file tree 1 file changed +17
-17
lines changed
src/tailwindcss-stubs/resources/views Expand file tree Collapse file tree 1 file changed +17
-17
lines changed Original file line number Diff line number Diff line change 1
1
@extends (' layouts.app' )
2
2
3
3
@section (' content' )
4
- < div class =" flex items-center " >
5
- <div class =" md:w-1/2 md:mx-auto " >
4
+ < main class =" sm:container sm:mx-auto sm:mt-10 " >
5
+ <div class =" w-full sm:px-6 " >
6
6
7
- @if (session (' status' ) )
8
- <div class =" text-sm border border-t-8 rounded text-green-700 border-green-600 bg-green-100 px-3 py-4 mb-4" role =" alert" >
9
- {{ session (' status' ) } }
10
- </div >
11
- @endif
7
+ @if (session (' status' ) )
8
+ <div class =" text-sm border border-t-8 rounded text-green-700 border-green-600 bg-green-100 px-3 py-4 mb-4" role =" alert" >
9
+ {{ session (' status' ) } }
10
+ </div >
11
+ @endif
12
12
13
- < div class =" flex flex-col break-words bg-white border border-2 rounded shadow-md " >
13
+ < section class =" flex flex-col break-words bg-white sm: border-1 sm: rounded-md sm: shadow-sm sm:shadow-lg " >
14
14
15
- < div class =" font-semibold bg-gray-200 text-gray-700 py-3 px-6 mb-0 " >
16
- Dashboard
17
- </ div >
15
+ < header class =" font-semibold bg-gray-200 text-gray-700 py-5 px-6 sm:py-6 sm:px-8 sm:rounded-t-md " >
16
+ Dashboard
17
+ </ header >
18
18
19
- <div class =" w-full p-6" >
20
- <p class =" text-gray-700" >
21
- You are logged in!
22
- </p >
23
- </div >
19
+ <div class =" w-full p-6" >
20
+ <p class =" text-gray-700" >
21
+ You are logged in!
22
+ </p >
24
23
</div >
25
- </div >
24
+ </section >
26
25
</div >
26
+ </main >
27
27
@endsection
You can’t perform that action at this time.
0 commit comments