Skip to content

Commit

Permalink
feat: style adjustments
Browse files Browse the repository at this point in the history
  • Loading branch information
floyyd6 committed Jun 20, 2023
1 parent fec13e9 commit dbe1f81
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions src/Cart.ts
Original file line number Diff line number Diff line change
Expand Up @@ -112,6 +112,12 @@ export class Cart extends LitElement {
width: 35%;
display: flex;
align-items: center;
margin-right: 15px;
}
.image-wrapper img {
width: 100%;
object-fit: contain;
}
.close {
Expand Down

0 comments on commit dbe1f81

Please sign in to comment.