Skip to content

Commit

Permalink
Update Card.module.css
Browse files Browse the repository at this point in the history
  • Loading branch information
Sasank123k authored Jun 20, 2024
1 parent eddcc69 commit f8413c2
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/components/Card/Card.module.css
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@

.cardContainer {
width: calc(33.333% - 1rem);
position: relative;
}

.card {
Expand Down Expand Up @@ -88,6 +89,9 @@
display: flex;
gap: 1rem;
margin-top: 1rem;
position: absolute;
bottom: 1rem;
left: 1rem;
}

.toggleButton {
Expand Down

0 comments on commit f8413c2

Please sign in to comment.