Skip to content

Commit

Permalink
fix: whitespace in home page title
Browse files Browse the repository at this point in the history
replace with  
  • Loading branch information
imfing authored Aug 28, 2023
1 parent a7c48b4 commit 57134ea
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion layouts/hextra-home.html
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
<h1
class="text-4xl font-bold leading-tight tracking-tighter md:text-5xl lg:leading-[1.1] mt-6 bg-clip-text text-transparent bg-gradient-to-r from-gray-900 to-gray-600 dark:from-gray-100 dark:to-gray-400"
>
Build modern websites <br class="sm:block hidden" />
Build modern websites&nbsp;<br class="sm:block hidden" />
with Markdown and Hugo
</h1>
<p class="mt-4 text-xl text-gray-600 dark:text-gray-400 sm:text-xl">
Expand Down

0 comments on commit 57134ea

Please sign in to comment.