We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dcde80a commit a7a3d07Copy full SHA for a7a3d07
src/components/cards/StackCard.js
@@ -5,7 +5,7 @@ import BodyOne from "../typography/BodyOne"
5
import NewTab from "../../images/launch.svg"
6
const StackCard = ({ Title, className, url, linkURL }) => (
7
<div
8
- className={`${className} cursor-pointer shadow-lg rounded-lg flex flex-col p-10 p- ml-10 h-200 max-w-7xl bg-white`}
+ className={`${className} cursor-pointer shadow-lg rounded-px flex flex-col p-10 p- ml-10 h-200 max-w-7xl bg-white`}
9
>
10
<img src={url} alt="card logo" className="h-16 mb-3" />
11
<HeadingThree>{Title}</HeadingThree>
0 commit comments