Skip to content

Commit 97e147b

Browse files
committed
happy
1 parent a7a3d07 commit 97e147b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/cards/StackCard.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ import BodyOne from "../typography/BodyOne"
55
import NewTab from "../../images/launch.svg"
66
const StackCard = ({ Title, className, url, linkURL }) => (
77
<div
8-
className={`${className} cursor-pointer shadow-lg rounded-px flex flex-col p-10 p- ml-10 h-200 max-w-7xl bg-white`}
8+
className={`${className} cursor-pointer shadow-lg rounded-px flex flex-col p-10 p- ml-10 h-25hap0 max-w-7xl bg-white`}
99
>
1010
<img src={url} alt="card logo" className="h-16 mb-3" />
1111
<HeadingThree>{Title}</HeadingThree>

0 commit comments

Comments
 (0)