generated from Fascinated/nextjs-13-template-with-tailwindcss
make the card more rounded
This commit is contained in:
parent
63017f93fe
commit
6965eb6b97
@ -22,7 +22,7 @@ export default function Home() {
|
|||||||
}
|
}
|
||||||
></div>
|
></div>
|
||||||
<div
|
<div
|
||||||
className="bg-neutral-800 rounded text-center shadow-lg"
|
className="bg-neutral-800 rounded-lg text-center shadow-lg"
|
||||||
style={{
|
style={{
|
||||||
zIndex: 1,
|
zIndex: 1,
|
||||||
}}
|
}}
|
||||||
|
Loading…
Reference in New Issue
Block a user