Skip to content

Commit

Permalink
Fix the width of course image (#2099)
Browse files Browse the repository at this point in the history
  • Loading branch information
annagav authored Feb 13, 2024
1 parent 8e9d61f commit 1b2545f
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions frontend/public/scss/product-page/program-courses.scss
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,7 @@ body.new-design {
max-width: 243px;
max-height: 222px;
height: 222px;
width: 243px;
transition: .25s;
cursor: pointer;

Expand All @@ -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) {
Expand Down Expand Up @@ -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;
Expand Down

0 comments on commit 1b2545f

Please sign in to comment.