Skip to content

Commit

Permalink
fix(ui): minor bug in card buttons
Browse files Browse the repository at this point in the history
resolves issue nishantwrp#73
  • Loading branch information
MahendraBishnoi29 authored Jan 23, 2023
1 parent 8509f5f commit 10febfa
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions src/components/project-card.css
Original file line number Diff line number Diff line change
Expand Up @@ -11,3 +11,10 @@
.project-card-link {
margin: 1%;
}

.ui.two.buttons {
width: 100%;
display: flex;
align-items: center;
justify-content: space-evenly;
}

0 comments on commit 10febfa

Please sign in to comment.