Minimal design detail

This commit is contained in:
prototypa
2022-09-09 22:04:08 -04:00
parent 4438996861
commit f4c4c2b7b4
3 changed files with 9 additions and 9 deletions

View File

@ -9,7 +9,7 @@ const {} = Astro.props;
<div class="py-12 md:py-20">
<div class="max-w-3xl mx-auto text-center p-6 rounded-md shadow-xl dark:shadow-none">
<h2 class="text-4xl md:text-4xl font-bold leading-tighter tracking-tighter mb-4 font-heading">
<span>Astro</span> + <span class="sm:whitespace-nowrap">Tailwind CSS</span>
<span>Astro</span> + <br class="block sm:hidden" /><span class="sm:whitespace-nowrap">Tailwind CSS</span>
</h2>
<p class="text-xl text-gray-600 dark:text-slate-400">
Be very surprised by these huge fake numbers you are seeing on this page. <br class="hidden md:inline" />Don't
@ -23,7 +23,7 @@ const {} = Astro.props;
target="_blank"
rel="noopener"
>
<Icon name="tabler:download" class="w-5 h-5 mr-1 -ml-1.5 hidden sm:inline-block" /> Get template
<Icon name="tabler:download" class="w-5 h-5 mr-1 -ml-1.5" /> Get template
</a>
</div>
</div>