Skip to content

Commit 35a3a18

Browse files
committed
Update filteredQuickstarts comp
Signed-off-by: Raj Gupta <[email protected]>
1 parent bff6ec4 commit 35a3a18

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

src/components/QuickStartFilter.js

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -221,12 +221,17 @@ const cardStyle = {
221221
padding: "1.5rem",
222222
background: "#fff",
223223
boxShadow: "0 2px 6px rgba(0, 0, 0, 0.08)",
224+
display: "flex",
225+
flexDirection: "column",
226+
height: "100%",
227+
minHeight: "200px"
224228
};
225229

226230
const linkStyle = {
227-
marginTop: "0.8rem",
231+
marginTop: "auto",
228232
display: "inline-block",
229233
color: "#f97316",
230234
fontWeight: "bold",
231235
textDecoration: "none",
236+
paddingTop: ".8rem",
232237
};

0 commit comments

Comments
 (0)