Skip to content

Commit

Permalink
Test
Browse files Browse the repository at this point in the history
  • Loading branch information
monikaracka committed Jun 13, 2024
1 parent 3f091dc commit 4d1c71d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/app/page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@ import MyButton from "@/components/button";

export default function Home() {
return (
<main className="flex justify-evenly bg-white items-center gap-3">
<main className="flex items-start justify-evenly bg-white gap-3">
<div className="border-solid border-2 border-black w-5 h-[100dvh] bg-red-500"></div>
<div className="border-solid border-2 w-5 h-[100vh] bg-green-500"></div>
<div className="border-solid border-2 border-black w-5 h-[100vh] bg-green-500"></div>
</main>
);
}

0 comments on commit 4d1c71d

Please sign in to comment.