diff --git a/frontend/public/scss/product-page/program-courses.scss b/frontend/public/scss/product-page/program-courses.scss index 9c10633f29..1fe95dcaba 100644 --- a/frontend/public/scss/product-page/program-courses.scss +++ b/frontend/public/scss/product-page/program-courses.scss @@ -57,6 +57,7 @@ body.new-design { max-width: 243px; max-height: 222px; height: 222px; + width: 243px; transition: .25s; cursor: pointer; @@ -67,6 +68,7 @@ body.new-design { max-width: 243px; max-height: 136px; height: 136px; + width: 243px; object-fit: cover; object-position: center; @include media-breakpoint-down(sm) { @@ -100,10 +102,6 @@ body.new-design { overflow: hidden; padding: 15px; - @include media-breakpoint-down(md) { - margin-top: 20px; - } - .start-date { font-weight: 400; font-size: 12px;