diff --git a/src/components/cards/card.css b/src/components/cards/card.css index 5a160c455d0614fd5b6776e8e7442007f9cf3dd7..265ca22d1527f3c460e9e7724177eac0c33cf7fc 100644 --- a/src/components/cards/card.css +++ b/src/components/cards/card.css @@ -162,6 +162,7 @@ } .step-body { + width: 100%; background: $ui-white; display: flex; flex-direction: column; @@ -177,6 +178,8 @@ .step-image { max-width: 450px; + max-height: 200px; + object-fit: contain; background: #F9F9F9; border: 1px solid #ddd; border-radius: 0.5rem;