Skip to content

Commit

Permalink
fix landing page hero section on smaller screen
Browse files Browse the repository at this point in the history
  • Loading branch information
MarconLP committed May 15, 2023
1 parent 04b3143 commit 5255b31
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/nextjs/src/pages/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ const Home: NextPage = () => {
<Header />

<div className="relative isolate flex flex-col items-center justify-center px-6 pt-14 lg:flex-row lg:px-8">
<div className=" flex flex-col items-center justify-center xl:flex-row">
<div className=" flex max-w-full flex-col items-center justify-center xl:flex-row">
<div className="mx-auto max-w-7xl py-32 sm:py-48 lg:py-56">
{/*<div className="hidden sm:mb-8 sm:flex sm:justify-center">*/}
{/* <div className="relative rounded-full px-3 py-1 text-sm leading-6 text-gray-600 ring-1 ring-gray-900/10 hover:ring-gray-900/20">*/}
Expand Down

0 comments on commit 5255b31

Please sign in to comment.