Skip to content

Commit cb632c2

Browse files
author
Alejandro Figueroa
committed
Title change
1 parent d511840 commit cb632c2

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

pages/index.html

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,8 @@
66
<div class="bg-gray-700">
77
<div class="container mx-auto md:flex md:flex-row md:items-center md:justify-center md:h-screen">
88
<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>
1111
<div x-data="quote()" x-init="fetchQuote()">
1212
<template x-if="isLoaded()">
1313
<template x-if="success">
@@ -24,7 +24,7 @@ <h1 class="mt-8 text-4xl leading-tight tracking-wide text-gray-300 font-display"
2424
</span>
2525
</template>
2626
<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">
2828
</p>
2929
</template>
3030
</template>
@@ -36,7 +36,7 @@ <h1 class="mt-8 text-4xl leading-tight tracking-wide text-gray-300 font-display"
3636
</div>
3737

3838
</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">
4040
<img src="/assets/landscape.svg" alt="landscape">
4141
</div>
4242
</div>

0 commit comments

Comments
 (0)