Skip to content

Commit

Permalink
Update the card header alignment to center the items in app.css
Browse files Browse the repository at this point in the history
  • Loading branch information
thisnugroho committed Mar 30, 2023
1 parent 5166de9 commit e75ef9b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion public/css/app.css
Original file line number Diff line number Diff line change
Expand Up @@ -133,7 +133,7 @@
.card .card-header {
display: flex;
justify-content: space-between;
align-items: stretch;
align-items: center;
flex-wrap: wrap;
min-height: 50px;
/* padding: 0 1rem; */
Expand Down

0 comments on commit e75ef9b

Please sign in to comment.