@@ -32,22 +32,25 @@ 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" >
36
- < div className = "flex-col basis-3/4 pr-8" >
37
- < h1 className = "text-6xl font-extrabold text-white pb-5" >
35
+ { /* <div className="flex items-center justify-between max-w-7xl w-full"></div> */ }
36
+ < div className = "flex justify-between max-w-[90vw]" >
37
+ < div className = "flex-1 pr-10 h-full" >
38
+ < h1 className = "text-6xl font-extrabold text-white pb-8" >
38
39
Collaborative Coding, Competitive Results.
39
40
</ h1 >
40
- < p className = "font-normal text-white pb-5 " >
41
+ < p className = "font-normal text-white pb-8 " >
41
42
Join PeerPrep to sharpen your skills through real-time problem-solving, and prepare to outshine in every interview.
42
43
Created for CS3219 Software Engineering Principles AY24/25 by Group 15.
43
44
</ p >
44
- < Button className = "mt-6 font-semibold w-full" onClick = { ( ) => handleLogin ( ) } >
45
- < GoogleIcon />
46
- < span className = "pl-2" > Get Started with Google</ span >
47
- </ Button >
45
+ < div className = "pt-8" >
46
+ < Button className = "font-semibold w-full" onClick = { ( ) => handleLogin ( ) } >
47
+ < GoogleIcon />
48
+ < span className = "pl-2" > Get Started with Google</ span >
49
+ </ Button >
50
+ </ div >
48
51
</ div >
49
- < div className = "flex-col basis-1/4 h-full" >
50
- < Card className = "bg-primary-1000 border-none pt-6 pb-6 w-full h-full drop-shadow" >
52
+ < 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" >
51
54
< CardContent className = "h-full" >
52
55
< CodeSnippet />
53
56
</ CardContent >
0 commit comments