Skip to content

Commit a568a32

Browse files
committed
Show entire donation image #12379
1 parent bf8a647 commit a568a32

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

client/app/front-office/modules/cart/components/cart/cart.component.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,7 @@
101101
@if (cart.donationAmount) {
102102
<div class="cart-item">
103103
<div
104-
style="width: 70px; height: 70px"
104+
style="width: 70px; height: 70px; background-size: contain"
105105
[style.backgroundImage]="'url(assets/images/homepage/la-revue-durable_faire-un-don.jpg)'"
106106
></div>
107107
<a matButton class="item-body">Don</a>

0 commit comments

Comments
 (0)