File tree Expand file tree Collapse file tree 1 file changed +1
-2
lines changed
frontend/src/app/home/components/landing-page Expand file tree Collapse file tree 1 file changed +1
-2
lines changed Original file line number Diff line number Diff line change @@ -32,7 +32,6 @@ const LandingPage = () => {
32
32
33
33
return (
34
34
< div className = "flex items-center justify-center min-h-[90vh]" >
35
- { /* <div className="flex items-center justify-between max-w-7xl w-full"></div> */ }
36
35
< div className = "flex justify-between max-w-[90vw]" >
37
36
< div className = "flex-1 pr-10 h-full" >
38
37
< h1 className = "text-6xl font-extrabold text-white pb-8" >
@@ -50,7 +49,7 @@ const LandingPage = () => {
50
49
</ div >
51
50
</ div >
52
51
< 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" >
54
53
< CardContent className = "h-full" >
55
54
< CodeSnippet />
56
55
</ CardContent >
You can’t perform that action at this time.
0 commit comments