Skip to content

Commit

Permalink
Merge pull request #27 from Kodylow/fix-quickcard-spacing
Browse files Browse the repository at this point in the history
  • Loading branch information
Kodylow authored Jan 21, 2024
2 parents bafb8bb + 51c8065 commit 32f0142
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 4 deletions.
2 changes: 0 additions & 2 deletions src/client/src/views/home/quickActions/amboss/AmbossCard.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -30,9 +30,7 @@ const QuickCard = styled.button`
flex-direction: column;
justify-content: center;
align-items: center;
margin-bottom: 25px;
padding: 10px;
margin-right: 10px;
cursor: pointer;
color: #69c0ff;
Expand Down
2 changes: 0 additions & 2 deletions src/client/src/views/home/quickActions/donate/DonateCard.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -26,9 +26,7 @@ const QuickCard = styled.div`
flex-direction: column;
justify-content: center;
align-items: center;
margin-bottom: 25px;
padding: 10px;
margin-right: 10px;
cursor: pointer;
color: #69c0ff;
Expand Down

0 comments on commit 32f0142

Please sign in to comment.