Fix minimal details

This commit is contained in:
prototypa
2022-09-06 23:41:14 -04:00
parent 6849ba39f9
commit 79e9502cce
3 changed files with 4 additions and 4 deletions

View File

@ -13,7 +13,7 @@ const {} = Astro.props;
Your website with
<span class="bg-clip-text text-transparent bg-gradient-to-r from-primary-500 to-secondary-500">Astro</span> +
<span
class="bg-clip-text text-transparent bg-gradient-to-r from-primary-500 to-secondary-500 whitespace-nowrap"
class="bg-clip-text text-transparent bg-gradient-to-r from-primary-500 to-secondary-500 sm:whitespace-nowrap"
>Tailwind CSS
</span>
</h1>