Skip to content

Commit

Permalink
remove non used styles
Browse files Browse the repository at this point in the history
  • Loading branch information
anamontiaga committed May 30, 2024
1 parent cf2195f commit 282aad7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion client/src/app/page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ import ComingSoon from "@/containers/coming-soon";

export default function Home() {
return (
<main className="bg-blue-900 flex min-h-screen flex-col items-center justify-between">
<main className="bg-blue-900 min-h-screen">
<ComingSoon />
</main>
);
Expand Down

0 comments on commit 282aad7

Please sign in to comment.