Skip to content

Commit

Permalink
Fix image on latest podcast in Insights Podcasts page from having mar…
Browse files Browse the repository at this point in the history
…gins on some viewpoints
  • Loading branch information
vicarali committed Jul 2, 2024
1 parent ae40bd7 commit feb0629
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@

.latest-podbean-episode__image {
aspect-ratio: 1 / 1;
object-fit: contain;
object-fit: cover;
border-radius: 10px 10px 0 0;
}

Expand All @@ -96,7 +96,7 @@
margin-top: var(--space--1);
text-overflow: ellipsis;
display: -webkit-box;
-webkit-line-clamp: 5;
-webkit-line-clamp: 4;
-webkit-box-orient: vertical;
overflow: hidden;
}
Expand Down

0 comments on commit feb0629

Please sign in to comment.