Skip to content

Commit

Permalink
just fixing a mistake
Browse files Browse the repository at this point in the history
  • Loading branch information
No0ne003 committed May 19, 2024
1 parent ac7532d commit 4858727
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/pages/Home.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ function Home({ setCursorVariant }) {
<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 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="mx-auto max-w-3xl 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 4858727

Please sign in to comment.