Skip to content

Commit 4320d06

Browse files
committed
chore: add style to homepage
1 parent 40b5e68 commit 4320d06

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

client/src/Components/TeacherHomepage/Homepage.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ const Homepage: React.FC = () => {
2929
return (
3030
<div>
3131
<Navbar />
32-
<main className="flex flex-row justify-start w-full">
32+
<main className="flex flex-row justify-start w-full h-screen">
3333
<Sidemenu />
3434
{selectedCourse ? <Outlet /> : <Instruction />}
3535
</main>

0 commit comments

Comments
 (0)