Skip to content

Commit

Permalink
productimage sizing
Browse files Browse the repository at this point in the history
  • Loading branch information
Fabricius Seifert committed May 2, 2024
1 parent c77a4ea commit 7444107
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/checkout/components/AddToCart.css
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
.c_AddToCart {
padding: 2rem;
margin: 0 -2rem;
padding: 1rem;
margin: 0 -1rem;
}

.c_AddToCart__information {
Expand Down
2 changes: 2 additions & 0 deletions src/decide/pages/ProductPage.css
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,8 @@

.d_ProductPage__productImage {
grid-area: image;
width: 100%;
height: auto;
}

.d_ProductPage__productInformation {
Expand Down

0 comments on commit 7444107

Please sign in to comment.