Skip to content

Commit

Permalink
Fixed cart size
Browse files Browse the repository at this point in the history
  • Loading branch information
Mstiekema committed Nov 8, 2021
1 parent 9648d01 commit 8a6dd73
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/views/products/products.css
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@
}

.cartSection {
height: 400px;
height: 325px;
overflow-y: auto;
}

Expand Down

0 comments on commit 8a6dd73

Please sign in to comment.