Skip to content

Commit

Permalink
fixed manage button
Browse files Browse the repository at this point in the history
  • Loading branch information
utkarshpra78 committed Nov 22, 2024
1 parent e9531ff commit 8d0aa93
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/OrgListCard/OrgListCard.module.css
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
.orgCard {
background-color: var(--bs-white);
margin: 0.5rem;
height: calc(120px + 2rem);
height: calc(130px + 2rem);
padding: 1rem;
border-radius: 8px;
outline: 1px solid var(--bs-gray-200);
Expand Down

0 comments on commit 8d0aa93

Please sign in to comment.