Skip to content

Commit 915c797

Browse files
committedSep 8, 2020
wip
1 parent f61de57 commit 915c797

File tree

2 files changed

+10
-10
lines changed

2 files changed

+10
-10
lines changed
 

‎resources/views/components/welcome.blade.php

+5-5
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
<div class="p-8 sm:px-20 bg-white border-b border-gray-200">
1+
<div class="p-6 sm:px-20 bg-white border-b border-gray-200">
22
<div>
33
<x-jet-application-logo class="block h-12 w-auto" />
44
</div>
@@ -16,7 +16,7 @@
1616
</div>
1717

1818
<div class="bg-gray-200 bg-opacity-25 grid grid-cols-1 md:grid-cols-2">
19-
<div class="p-8">
19+
<div class="p-6">
2020
<div class="flex items-center">
2121
<svg fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" viewBox="0 0 24 24" class="w-8 h-8 text-gray-400"><path d="M12 6.253v13m0-13C10.832 5.477 9.246 5 7.5 5S4.168 5.477 3 6.253v13C4.168 18.477 5.754 18 7.5 18s3.332.477 4.5 1.253m0-13C13.168 5.477 14.754 5 16.5 5c1.747 0 3.332.477 4.5 1.253v13C19.832 18.477 18.247 18 16.5 18c-1.746 0-3.332.477-4.5 1.253"></path></svg>
2222
<div class="ml-4 text-lg text-gray-600 leading-7 font-semibold"><a href="https://laravel.com/docs">Documentation</a></div>
@@ -39,7 +39,7 @@
3939
</div>
4040
</div>
4141

42-
<div class="p-8 border-t border-gray-200 md:border-t-0 md:border-l">
42+
<div class="p-6 border-t border-gray-200 md:border-t-0 md:border-l">
4343
<div class="flex items-center">
4444
<svg fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" viewBox="0 0 24 24" class="w-8 h-8 text-gray-400"><path d="M3 9a2 2 0 012-2h.93a2 2 0 001.664-.89l.812-1.22A2 2 0 0110.07 4h3.86a2 2 0 011.664.89l.812 1.22A2 2 0 0018.07 7H19a2 2 0 012 2v9a2 2 0 01-2 2H5a2 2 0 01-2-2V9z"></path><path d="M15 13a3 3 0 11-6 0 3 3 0 016 0z"></path></svg>
4545
<div class="ml-4 text-lg text-gray-600 leading-7 font-semibold"><a href="https://laracasts.com">Laracasts</a></div>
@@ -62,7 +62,7 @@
6262
</div>
6363
</div>
6464

65-
<div class="p-8 border-t border-gray-200">
65+
<div class="p-6 border-t border-gray-200">
6666
<div class="flex items-center">
6767
<svg fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" viewBox="0 0 24 24" class="w-8 h-8 text-gray-400"><path d="M4 16l4.586-4.586a2 2 0 012.828 0L16 16m-2-2l1.586-1.586a2 2 0 012.828 0L20 14m-6-6h.01M6 20h12a2 2 0 002-2V6a2 2 0 00-2-2H6a2 2 0 00-2 2v12a2 2 0 002 2z"></path></svg>
6868
<div class="ml-4 text-lg text-gray-600 leading-7 font-semibold"><a href="https://tailwindcss.com/">Tailwind</a></div>
@@ -75,7 +75,7 @@
7575
</div>
7676
</div>
7777

78-
<div class="p-8 border-t border-gray-200 md:border-l">
78+
<div class="p-6 border-t border-gray-200 md:border-l">
7979
<div class="flex items-center">
8080
<svg fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" viewBox="0 0 24 24" class="w-8 h-8 text-gray-400"><path d="M12 15v2m-6 4h12a2 2 0 002-2v-6a2 2 0 00-2-2H6a2 2 0 00-2 2v6a2 2 0 002 2zm10-10V7a4 4 0 00-8 0v4h8z"></path></svg>
8181
<div class="ml-4 text-lg text-gray-600 leading-7 font-semibold">Authentication</div>

‎stubs/inertia/resources/js/Jetstream/Welcome.vue

+5-5
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<template>
22
<div>
3-
<div class="p-8 sm:px-20 bg-white border-b border-gray-200">
3+
<div class="p-6 sm:px-20 bg-white border-b border-gray-200">
44
<div>
55
<jet-application-logo class="block h-12 w-auto" />
66
</div>
@@ -18,7 +18,7 @@
1818
</div>
1919

2020
<div class="bg-gray-200 bg-opacity-25 grid grid-cols-1 md:grid-cols-2">
21-
<div class="p-8">
21+
<div class="p-6">
2222
<div class="flex items-center">
2323
<svg fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" viewBox="0 0 24 24" class="w-8 h-8 text-gray-400"><path d="M12 6.253v13m0-13C10.832 5.477 9.246 5 7.5 5S4.168 5.477 3 6.253v13C4.168 18.477 5.754 18 7.5 18s3.332.477 4.5 1.253m0-13C13.168 5.477 14.754 5 16.5 5c1.747 0 3.332.477 4.5 1.253v13C19.832 18.477 18.247 18 16.5 18c-1.746 0-3.332.477-4.5 1.253"></path></svg>
2424
<div class="ml-4 text-lg text-gray-600 leading-7 font-semibold"><a href="https://laravel.com/docs">Documentation</a></div>
@@ -41,7 +41,7 @@
4141
</div>
4242
</div>
4343

44-
<div class="p-8 border-t border-gray-200 md:border-t-0 md:border-l">
44+
<div class="p-6 border-t border-gray-200 md:border-t-0 md:border-l">
4545
<div class="flex items-center">
4646
<svg fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" viewBox="0 0 24 24" class="w-8 h-8 text-gray-400"><path d="M3 9a2 2 0 012-2h.93a2 2 0 001.664-.89l.812-1.22A2 2 0 0110.07 4h3.86a2 2 0 011.664.89l.812 1.22A2 2 0 0018.07 7H19a2 2 0 012 2v9a2 2 0 01-2 2H5a2 2 0 01-2-2V9z"></path><path d="M15 13a3 3 0 11-6 0 3 3 0 016 0z"></path></svg>
4747
<div class="ml-4 text-lg text-gray-600 leading-7 font-semibold"><a href="https://laracasts.com">Laracasts</a></div>
@@ -64,7 +64,7 @@
6464
</div>
6565
</div>
6666

67-
<div class="p-8 border-t border-gray-200">
67+
<div class="p-6 border-t border-gray-200">
6868
<div class="flex items-center">
6969
<svg fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" viewBox="0 0 24 24" class="w-8 h-8 text-gray-400"><path d="M4 16l4.586-4.586a2 2 0 012.828 0L16 16m-2-2l1.586-1.586a2 2 0 012.828 0L20 14m-6-6h.01M6 20h12a2 2 0 002-2V6a2 2 0 00-2-2H6a2 2 0 00-2 2v12a2 2 0 002 2z"></path></svg>
7070
<div class="ml-4 text-lg text-gray-600 leading-7 font-semibold"><a href="https://tailwindcss.com/">Tailwind</a></div>
@@ -77,7 +77,7 @@
7777
</div>
7878
</div>
7979

80-
<div class="p-8 border-t border-gray-200 md:border-l">
80+
<div class="p-6 border-t border-gray-200 md:border-l">
8181
<div class="flex items-center">
8282
<svg fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" viewBox="0 0 24 24" class="w-8 h-8 text-gray-400"><path d="M12 15v2m-6 4h12a2 2 0 002-2v-6a2 2 0 00-2-2H6a2 2 0 00-2 2v6a2 2 0 002 2zm10-10V7a4 4 0 00-8 0v4h8z"></path></svg>
8383
<div class="ml-4 text-lg text-gray-600 leading-7 font-semibold">Authentication</div>

0 commit comments

Comments
 (0)
Please sign in to comment.