File tree 1 file changed +4
-4
lines changed
1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 6
6
< div class ="bg-gray-700 ">
7
7
< div class ="container mx-auto md:flex md:flex-row md:items-center md:justify-center md:h-screen ">
8
8
< div class ="p-8 md:w-1/2 md:max-w-lg md:order-last ">
9
- < h1 class ="mt-8 text-4xl leading-tight tracking-wide text-gray-300 font-display "> Random inspiration </ h1 >
10
- < p class ="mb-8 text-2xl leading-tight tracking-wide text-gray-300 font-display "> from Jekyll + Netlify functions</ p >
9
+ < h1 class ="mt-8 text-5xl leading-tight tracking-wide text-gray-300 font-display "> Convoluted Quoter </ h1 >
10
+ < p class ="mb-8 text-2xl leading-tight tracking-wide text-gray-300 font-display "> Quote of the day using Jekyll and Netlify functions</ p >
11
11
< div x-data ="quote() " x-init ="fetchQuote() ">
12
12
< template x-if ="isLoaded() ">
13
13
< template x-if ="success ">
@@ -24,7 +24,7 @@ <h1 class="mt-8 text-4xl leading-tight tracking-wide text-gray-300 font-display"
24
24
</ span >
25
25
</ template >
26
26
< template x-if ="!success ">
27
- < p class ="py-2 my-2 text-sm text-gray-300 text- red-300 " x-text ="quote ">
27
+ < p class ="py-2 my-2 text-sm text-red-300 " x-text ="quote ">
28
28
</ p >
29
29
</ template >
30
30
</ template >
@@ -36,7 +36,7 @@ <h1 class="mt-8 text-4xl leading-tight tracking-wide text-gray-300 font-display"
36
36
</ div >
37
37
38
38
</ div >
39
- < div class ="p-8 md:w-1/2 md:max-w-sm ">
39
+ < div class ="p-8 text-center md:w-1/2 md:max-w-sm ">
40
40
< img src ="/assets/landscape.svg " alt ="landscape ">
41
41
</ div >
42
42
</ div >
You can’t perform that action at this time.
0 commit comments