make the card more rounded

This commit is contained in:
Lee 2023-07-02 19:25:19 +01:00
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,
}} }}