Fix detail with margin

This commit is contained in:
prototypa
2022-08-11 03:23:09 -04:00
parent a8731bd2a2
commit e1eca65da1
2 changed files with 2 additions and 2 deletions

View File

@ -11,7 +11,7 @@ import HeroWithImage from "~/components/astro/hero/HeroWithImage.astro";
title="AstroWind — Your website with Astro + Tailwind CSS"
description="Performance and accessible template to make your website using Astro + Tailwind CSS."
>
<main>
<main class="mt-20">
<HeroWithImage />
<BasicFeatures />
<StepsFeatures />