Skip to content

Commit 6e3c4f7

Browse files
committed
fix: all project cards not visible
1 parent de48964 commit 6e3c4f7

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/layouts/BipartiteLayout.tsx

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,11 +10,11 @@ const BipartiteLayout: React.FC<BipartiteLayoutProps> = ({
1010
rightContent,
1111
}) => {
1212
return (
13-
<div className="container mx-auto h-screen flex md:flex-row flex-col">
13+
<div className="container mx-auto flex md:flex-row flex-col">
1414
{/* Left Half (Main Content) */}
1515
<div
16-
className={`md:w-4/5 flex-grow flex flex-col md:justify-center items-start pl-2 pr-2
17-
md:pr-0 w-full justify-start pt-8 md:pt-0 text-left mb-24 md:mb-0 overflow-hidden scrollbar-none`}
16+
className={`md:w-4/5 flex flex-col md:justify-center items-start pl-2 pr-2
17+
md:pr-0 w-full justify-start pt-8 md:pt-0 text-left h-[calc(86.5%)] md:h-full md:mb-0 overflow-hidden scrollbar-none`}
1818
>
1919
{leftContent}
2020
</div>

0 commit comments

Comments
 (0)