Commit 622e15c 1 parent aa9530b commit 622e15c Copy full SHA for 622e15c
File tree 3 files changed +5
-5
lines changed
3 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -23,7 +23,7 @@ const Header = (props: Props) => {
23
23
loading = "lazy"
24
24
/>
25
25
</ Link >
26
- < span className = "text-sm font-bold tracking-widest" > Octasol Beta</ span >
26
+ < span className = "text-xs font-bold tracking-widest" > Octasol Beta</ span >
27
27
</ div >
28
28
< div className = "flex items-center gap-6" >
29
29
< Login />
Original file line number Diff line number Diff line change @@ -36,7 +36,7 @@ export default function LandingPage() {
36
36
< >
37
37
< main className = "w-full flex flex-col gap-12 md:gap-24 pt-[80px]" >
38
38
{ /* Link */ }
39
- < div className = "fixed z-20 w-fit h-fit right-[-140px] top-1/2 -rotate-90 flex justify-center items-center gap-6" >
39
+ < div className = "fixed z-[1000] w-fit h-fit right-[-140px] top-1/2 -rotate-90 flex justify-center items-center gap-6" >
40
40
< Link
41
41
href = "https://discord.gg/zQGv8RD8cx"
42
42
target = "_blank"
@@ -487,7 +487,7 @@ export default function LandingPage() {
487
487
height = { 800 }
488
488
/>
489
489
490
- < div className = "container flex flex-col md:flex-row justify-center items-center gap-8 z-20 py-12" >
490
+ < div className = "container flex flex-col md:flex-row justify-center items-center gap-16 md:gap- 8 z-20 py-12" >
491
491
< div className = "w-full md:w-1/2 flex flex-col gap-10 h-full" >
492
492
< p className = "text-5xl lg:text-7xl font-extrabold " >
493
493
Meet Our
@@ -505,7 +505,7 @@ export default function LandingPage() {
505
505
</ p >
506
506
</ div >
507
507
< div className = "w-full md:w-1/2 h-full " >
508
- < div className = "grid grid-rows-3 gap-12 md:gap-32 place-items-end" >
508
+ < div className = "grid grid-rows-3 gap-12 md:gap-32 place-items-start md:place-items- end" >
509
509
< div className = "flex flex-col gap-5 relative md:right-[16px]" >
510
510
< div className = "flex gap-5 items-center font-extrabold text-3xl text-[#97F4E4] " >
511
511
< Link
Original file line number Diff line number Diff line change @@ -248,7 +248,7 @@ const Login = () => {
248
248
) }
249
249
{ status === "unauthenticated" && (
250
250
< button onClick = { userLogin } className = "py-2 outline-none border-0 ring-0" >
251
- < span className = "text-sm md:text-base " >
251
+ < span className = "text-xs md:text-base " >
252
252
Sign in with GitHub
253
253
</ span >
254
254
< span className = "pt-[2px]" > ></ span >
You can’t perform that action at this time.
0 commit comments