bugfix - styling

This commit is contained in:
James Wyndham 2024-03-21 08:56:39 +08:00
parent 37d1cedb30
commit acf59e8c24
1 changed files with 2 additions and 2 deletions

View File

@ -6,8 +6,8 @@ const SquaredBackgroundHero = () => {
return ( return (
<> <>
{/* Hero */} {/* Hero */}
<div className="h-screen w-screen flex items-end md:items-center"> <div className="h-screen w-screen flex items-center">
<div className="md:max-w-[50rem] xl:max-w-[60rem] mx-auto px-6 sm:px-6 lg:px-8"> <div className="pt-48 md:max-w-[50rem] xl:max-w-[60rem] mx-auto px-6 sm:px-6 lg:px-8 md:pt-0">
{/* Grid */} {/* Grid */}
<div className="grid md:grid-cols-2 gap-4 md:gap-0 xl:gap-20 md:items-center"> <div className="grid md:grid-cols-2 gap-4 md:gap-0 xl:gap-20 md:items-center">
<div> <div>