Skip to content

Commit 54f56ba

Browse files
committed
Update index.js
Update border radius.
1 parent af30408 commit 54f56ba

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

src/pages/docs/index.js

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -17,15 +17,15 @@ export default function DocsLandingPage() {
1717
</p>
1818
<div className="grid grid-cols-1 md:grid-cols-2 gap-6 xl:gap-8">
1919
<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">
2121
<div className={`w-full flex md:flex-col bg-gradient-to-br ${gradients.violet[0]}`}>
2222
<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">
2323
<h2 className="text-xl font-semibold mb-2 text-shadow">Read the docs</h2>
2424
<p className="font-medium text-violet-100 text-shadow mb-4">
2525
Learn how to get Java set up in your project.
2626
</p>
2727
<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">
2929
Start learning
3030
</a>
3131
</Link>
@@ -43,7 +43,7 @@ export default function DocsLandingPage() {
4343
</div>
4444
</section>
4545
<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">
4747
<div className={`w-full flex md:flex-col bg-gradient-to-br ${gradients.pink[0]}`}>
4848
<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">
4949
<h2 className="text-xl font-semibold mb-2 text-shadow">Java Programs</h2>
@@ -52,7 +52,7 @@ export default function DocsLandingPage() {
5252
</p>
5353
<a
5454
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"
5656
>
5757
Start coding
5858
</a>

0 commit comments

Comments
 (0)