fix: adjust the paddings in the hero and features sections
This commit is contained in:
parent
31f1385bdf
commit
be161a29d4
2 changed files with 2 additions and 2 deletions
|
@ -2,7 +2,7 @@ import { features } from "@/constants";
|
|||
|
||||
function Features() {
|
||||
return (
|
||||
<div className="mx-auto px-3 py-12 max-w-screen-xl">
|
||||
<div className="mx-auto px-3 py-24 max-w-screen-xl">
|
||||
<h2 className="text-center font-bold text-4xl md:text-5xl hyphens-auto">
|
||||
Experience Effortless <span className="text-primary">Email</span>
|
||||
</h2>
|
||||
|
|
|
@ -3,7 +3,7 @@ import Link from "next/link";
|
|||
|
||||
function Hero() {
|
||||
return (
|
||||
<div className="flex flex-col md:flex-row mx-auto max-w-screen-xl px-3 py-24">
|
||||
<div className="flex flex-col md:flex-row mx-auto max-w-screen-xl px-3 py-12">
|
||||
<div className="md:w-1/2 self-center text-center md:text-start">
|
||||
<h1 className="font-bold text-5xl md:text-6xl hyphens-auto leading-tight md:leading-tight md:text-start">
|
||||
Revolution­ize your <span className="text-primary">inbox</span>{" "}
|
||||
|
|
Loading…
Reference in a new issue