centering home page content

This commit is contained in:
gom-by
2025-01-13 14:47:00 +01:00
parent 4ceda8fea6
commit c67262a545
3 changed files with 6 additions and 6 deletions

View File

@@ -8,8 +8,8 @@ const Features: React.FC<
}>
> = ({ title, description, cta, children }) => {
return (
<section className="py-32 px-4 container self-center">
<div className="flex flex-col gap-16 lg:px-16">
<section className="lg:md:py-24 sm:py-12 container self-center">
<div className="flex flex-col gap-16">
<div className="lg:max-w-sm">
<h2 className="mb-3 text-xl font-semibold md:mb-4 md:text-4xl lg:mb-6">
{title}