Skip to content

Commit

Permalink
Slight styling changes
Browse files Browse the repository at this point in the history
  • Loading branch information
kianz20 committed Sep 10, 2024
1 parent 3e8dcb4 commit e19f039
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion client/src/styles/CartItemDisplay.module.css
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
.itemDetails {
display: grid;
min-height: 120px;
justify-items: stretch;
grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
align-items: center;
align-content: start;
gap: 15px;
}

0 comments on commit e19f039

Please sign in to comment.