Skip to content

Commit 42c8e2d

Browse files
Codexneveradiati98
andauthored
fix: Update UI component for improved design (#249)
* Update UI component for improved design * Update package-lock.json * Update package-lock.json --------- Co-authored-by: Ayu Adiati <[email protected]>
1 parent 097293b commit 42c8e2d

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/pages/index.module.css

+2
Original file line numberDiff line numberDiff line change
@@ -73,6 +73,7 @@
7373
display: flex;
7474
flex-direction: column;
7575
align-items: flex-start;
76+
height: 100%; /* card content takes the full height */
7677
}
7778

7879
.cardIcon {
@@ -92,6 +93,7 @@
9293
}
9394

9495
.cardLink {
96+
margin-top: auto; /* Push the button to the bottom */
9597
background: linear-gradient(to right, #e74c3c, #e67e22);
9698
border-radius: 50px;
9799
color: #fff;

0 commit comments

Comments
 (0)