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

@ -5,7 +5,7 @@ const {} = Astro.props;
<section> <section>
<div class="max-w-6xl mx-auto px-4 sm:px-6"> <div class="max-w-6xl mx-auto px-4 sm:px-6">
<div class="pt-32 pb-12 md:pt-40 md:pb-20"> <div class="py-12 md:py-20">
<div class="text-center pb-12 md:pb-16"> <div class="text-center pb-12 md:pb-16">
<h1 <h1
class="text-5xl md:text-6xl font-bold leading-tighter tracking-tighter mb-4" class="text-5xl md:text-6xl font-bold leading-tighter tracking-tighter mb-4"

View File

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