Skip to content

Commit

Permalink
💄 🐛 fix: Height was too long by default
Browse files Browse the repository at this point in the history
  • Loading branch information
bytevictor committed Mar 29, 2024
1 parent 666e10d commit 0cb38c0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ const TaskAppNoSSR = dynamic(() => import("./Components/TasksApp/TaskApp"), {

export default function Home() {
return (
<main className="flex min-h-screen flex-col items-center lg:pt-0 lg:p-24 md:p-0 pt-0">
<main className="flex min-h-full flex-col items-center lg:pt-0 lg:p-24 md:p-0 pt-0">
<TaskAppNoSSR />
</main>
);
Expand Down

0 comments on commit 0cb38c0

Please sign in to comment.