Skip to content

Commit

Permalink
Update website for Psalm 69
Browse files Browse the repository at this point in the history
  • Loading branch information
Correct-Syntax committed Sep 26, 2024
1 parent 306fd2c commit 2e09678
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions src/routes/+page.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -14,13 +14,13 @@
<p class="text-white text-sm uppercase">Latest Video</p>
<div class="mt-20">
<h1 class="text-5xl lg:text-6xl font-serif font-medium text-white mt-5">
Psalm 84
Psalm 69
</h1>
<p class="font-secondary italic text-white/90 text-xl mt-2 max-w-md leading-6">
"A day in Thy courts is better than a thousand"
"They hated me without a cause"
</p>
<div class="flex mt-10">
<a href="/readings/84/" class=" text-navybluedark font-semibold rounded-lg px-5 py-3 bg-white hover:bg-white/80 duration-300">
<a href="/readings/69/" class=" text-navybluedark font-semibold rounded-lg px-5 py-3 bg-white hover:bg-white/80 duration-300">
Watch Video
</a>
</div>
Expand Down
2 changes: 1 addition & 1 deletion tailwind.config.cjs
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ const config = {
},
backgroundImage: {
'birch-tree': "url('/images/birch-tree.jpg')",
'featured-psalm': "url('/images/covers/psalm-84.jpg')",
'featured-psalm': "url('/images/covers/psalm-69.jpg')",
'about': "url('/images/covers/psalm-49.jpg')",
}
},
Expand Down

0 comments on commit 2e09678

Please sign in to comment.