@@ -17,15 +17,15 @@ export default function DocsLandingPage() {
17
17
</ p >
18
18
< div className = "grid grid-cols-1 md:grid-cols-2 gap-6 xl:gap-8" >
19
19
< section className = "flex" >
20
- < div className = "w-full relative text-white overflow-hidden rounded-3xl flex shadow-lg" >
20
+ < div className = "w-full relative text-white overflow-hidden rounded-xl flex shadow-lg" >
21
21
< div className = { `w-full flex md:flex-col bg-gradient-to-br ${ gradients . violet [ 0 ] } ` } >
22
22
< div className = "sm:max-w-sm sm:flex-none md:w-auto md:flex-auto flex flex-col items-start relative z-10 p-6 xl:p-8" >
23
23
< h2 className = "text-xl font-semibold mb-2 text-shadow" > Read the docs</ h2 >
24
24
< p className = "font-medium text-violet-100 text-shadow mb-4" >
25
25
Learn how to get Java set up in your project.
26
26
</ p >
27
27
< Link href = "/docs/installation" >
28
- < a className = "mt-auto bg-violet-800 bg-opacity-50 hover:bg-opacity-75 transition-colors duration-200 rounded-xl font-semibold py-2 px-4 inline-flex" >
28
+ < a className = "mt-auto bg-violet-800 bg-opacity-50 hover:bg-opacity-75 transition-colors duration-200 rounded-lg font-semibold py-2 px-4 inline-flex" >
29
29
Start learning
30
30
</ a >
31
31
</ Link >
@@ -43,7 +43,7 @@ export default function DocsLandingPage() {
43
43
</ div >
44
44
</ section >
45
45
< section className = "flex" >
46
- < div className = "w-full relative text-white overflow-hidden rounded-3xl flex shadow-lg" >
46
+ < div className = "w-full relative text-white overflow-hidden rounded-xl flex shadow-lg" >
47
47
< div className = { `w-full flex md:flex-col bg-gradient-to-br ${ gradients . pink [ 0 ] } ` } >
48
48
< div className = "sm:max-w-sm sm:flex-none md:w-auto md:flex-auto flex flex-col items-start relative z-10 p-6 xl:p-8" >
49
49
< h2 className = "text-xl font-semibold mb-2 text-shadow" > Java Programs</ h2 >
@@ -52,7 +52,7 @@ export default function DocsLandingPage() {
52
52
</ p >
53
53
< a
54
54
href = "/programs"
55
- className = "mt-auto bg-rose-900 bg-opacity-50 hover:bg-opacity-75 transition-colors duration-200 rounded-xl font-semibold py-2 px-4 inline-flex"
55
+ className = "mt-auto bg-rose-900 bg-opacity-50 hover:bg-opacity-75 transition-colors duration-200 rounded-lg font-semibold py-2 px-4 inline-flex"
56
56
>
57
57
Start coding
58
58
</ a >
0 commit comments