Move from max-w-screen-xl to max-w-7xl

This commit is contained in:
prototypa
2023-01-31 14:46:00 -05:00
parent 57673bc082
commit ba3d0b3afb
11 changed files with 12 additions and 12 deletions

View File

@ -29,7 +29,7 @@ const meta = {
image={{ src: import('~/assets/images/hero.png'), alt: 'AstroWind Hero Image' }}
>
<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="xl:hidden" />with</span>
<span class="text-accent dark:text-white highlight"> Astro 2.0</span> + Tailwind CSS
</Fragment>