forked from mrwyndham/fastpocket
bugfix - styling
This commit is contained in:
parent
37d1cedb30
commit
acf59e8c24
|
@ -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>
|
||||||
|
|
Loading…
Reference in New Issue