Skip to content

Commit

Permalink
fix: Update UI component for improved design (#249)
Browse files Browse the repository at this point in the history
* Update UI component for improved design

* Update package-lock.json

* Update package-lock.json

---------

Co-authored-by: Ayu Adiati <[email protected]>
  • Loading branch information
Codexnever and adiati98 authored Oct 24, 2024
1 parent 097293b commit 42c8e2d
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/pages/index.module.css
Original file line number Diff line number Diff line change
Expand Up @@ -73,6 +73,7 @@
display: flex;
flex-direction: column;
align-items: flex-start;
height: 100%; /* card content takes the full height */
}

.cardIcon {
Expand All @@ -92,6 +93,7 @@
}

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

0 comments on commit 42c8e2d

Please sign in to comment.