Skip to content

Commit

Permalink
Merge pull request #79 from sivasoft-cloud/patch-1
Browse files Browse the repository at this point in the history
Fix UI
  • Loading branch information
sumitkolhe committed Mar 27, 2024
2 parents 7b3edc0 + 44d42e1 commit fb018cc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/pages/home.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ Home.get('/', (c) => {
/>
</head>
<body class="bg-black mx-auto md:min-h-screen max-w-screen-lg flex flex-col">
<main class="mx-auto my-auto flex flex-col space-y-8 px-4 pb-8 md:py-10 relative overflow-y-scroll overflow-x-hidden">
<main class="mx-auto my-auto flex flex-col space-y-8 px-4 pb-8 md:py-10 relative overflow-y-hidden overflow-x-hidden">
<Meteors number={15} />

<div class="flex flex-row items-center space-x-4 ml-6">
Expand Down

0 comments on commit fb018cc

Please sign in to comment.