Skip to content

Commit

Permalink
fixed issue with layout on mobile
Browse files Browse the repository at this point in the history
  • Loading branch information
Josh Michaels committed Apr 25, 2024
1 parent 235fd54 commit eef4007
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/components/EdenArtFrontPage/EdenArtFrontPage.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -218,7 +218,7 @@ export default function EdenArtFrontPage() {
</video>
</div>
<div
className="max-w-7xl px-14 pb-24 pt-32 sm:pb-32 md:flex md:px-24 md:py-32 lg:flex lg:px-24 lg:py-32 justify-start -mt-8 relative z-10">
className="max-w-7xl px-14 pb-24 pt-20 sm:pb-32 md:flex md:px-24 md:py-32 lg:flex lg:px-24 lg:py-32 justify-start -mt-8 relative z-10">
<div className="max-w-7xl lg:pt-16">
<h1 className="pt-20 text-4xl font-bold tracking-tight text-white lg:text-6xl 3xl:text-6xl">
<Link href={'https://app.eden.art/'}>
Expand Down
2 changes: 1 addition & 1 deletion src/components/EdenArtFrontPage/EdenArtFrontPageBeta.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -218,7 +218,7 @@ export default function EdenArtFrontPage() {
</video>
</div>
<div
className="max-w-7xl px-14 pb-24 pt-32 sm:pb-32 md:flex md:px-24 md:py-32 lg:flex lg:px-24 lg:py-32 justify-start -mt-8 relative z-10">
className="max-w-7xl px-14 pb-24 pt-20 sm:pb-32 md:flex md:px-24 md:py-32 lg:flex lg:px-24 lg:py-32 justify-start -mt-8 relative z-10">
<div className="max-w-7xl lg:pt-16">
<h1 className="pt-20 text-4xl font-bold tracking-tight text-white lg:text-6xl 3xl:text-6xl">
<Link href={'https://app.eden.art/'}>
Expand Down

0 comments on commit eef4007

Please sign in to comment.