Skip to content

Commit

Permalink
trying to fix home page on mobile landing begin bottom for a second
Browse files Browse the repository at this point in the history
  • Loading branch information
No0ne003 committed May 19, 2024
1 parent 6599a2d commit ac7532d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/pages/Home.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -48,8 +48,8 @@ function Home({ setCursorVariant }) {
return (
<main className="flex flex-col mb-32">
<div className="landing relative mb-24 py-12 sm:py-16 lg:pt-20 xl:pb-0">
<div className="relative mx-auto max-w-7xl px-4 sm:px-6 lg:px-8 flex flex-col justify-end max-sm:h-[75vh]">
<div className="mx-auto max-w-3xl text-center">
<div className="relative mx-auto px-4 sm:px-6 lg:px-8 flex flex-col justify-end max-sm:h-[75vh]">
<div className="mx-auto text-center">
<div className="flex items-center gap-2 sm:hidden">
<div className="flex flex-col items-center gap-[1px]">
{["1", "2", "3"].map((item) => (
Expand Down

0 comments on commit ac7532d

Please sign in to comment.