Skip to content

Commit 3a29c0a

Browse files
committed
Remove commented code
1 parent 8a71672 commit 3a29c0a

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

frontend/src/app/home/components/landing-page/LandingPage.tsx

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,6 @@ const LandingPage = () => {
3232

3333
return (
3434
<div className="flex items-center justify-center min-h-[90vh]">
35-
{/* <div className="flex items-center justify-between max-w-7xl w-full"></div> */}
3635
<div className="flex justify-between max-w-[90vw]">
3736
<div className="flex-1 pr-10 h-full">
3837
<h1 className="text-6xl font-extrabold text-white pb-8">
@@ -50,7 +49,7 @@ const LandingPage = () => {
5049
</div>
5150
</div>
5251
<div className="flex-1 h-full">
53-
<Card className="bg-primary-1000 border-none pt-2 pb-2 max-w-[90vh] h-full drop-shadow">
52+
<Card className="bg-primary-1000 border-none pt-2 pb-2 max-w-[90vw] h-full drop-shadow">
5453
<CardContent className="h-full">
5554
<CodeSnippet />
5655
</CardContent>

0 commit comments

Comments
 (0)