Skip to content

Commit

Permalink
Forgot some margin on right side of buttons
Browse files Browse the repository at this point in the history
  • Loading branch information
roblevintennis committed Sep 7, 2020
1 parent 061fbc4 commit 5669b3c
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions agnosticui-css/card.html
Original file line number Diff line number Diff line change
Expand Up @@ -150,6 +150,10 @@
padding: 24px;
}

.cards-demo .card .btn {
margin-right: 16px;
}

.cards-demo .card:not(:last-child) {
margin-right: 24px;
}
Expand Down

0 comments on commit 5669b3c

Please sign in to comment.