Fix title layout on 2xl

This commit is contained in:
prototypa
2023-01-31 15:04:08 -05:00
parent 8d9e975c63
commit 82b1bef0a2

View File

@ -29,7 +29,7 @@ const meta = {
image={{ src: import('~/assets/images/hero.png'), alt: 'AstroWind Hero Image' }} image={{ src: import('~/assets/images/hero.png'), alt: 'AstroWind Hero Image' }}
> >
<Fragment slot="title"> <Fragment slot="title">
Free template for <span class="hidden lg:inline">create your website <br />with</span> Free template for <span class="hidden lg:inline">create your website <br class="2xl:hidden"/> with</span>
<span class="text-accent dark:text-white highlight"> Astro 2.0</span> + Tailwind CSS <span class="text-accent dark:text-white highlight"> Astro 2.0</span> + Tailwind CSS
</Fragment> </Fragment>