We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bf8a647 commit a568a32Copy full SHA for a568a32
1 file changed
client/app/front-office/modules/cart/components/cart/cart.component.html
@@ -101,7 +101,7 @@
101
@if (cart.donationAmount) {
102
<div class="cart-item">
103
<div
104
- style="width: 70px; height: 70px"
+ style="width: 70px; height: 70px; background-size: contain"
105
[style.backgroundImage]="'url(assets/images/homepage/la-revue-durable_faire-un-don.jpg)'"
106
></div>
107
<a matButton class="item-body">Don</a>
0 commit comments