Skip to content

Commit

Permalink
Article Feature: Fixes aspect ratio for Wide images
Browse files Browse the repository at this point in the history
  • Loading branch information
patrickbrown-io committed Dec 2, 2024
1 parent 6836cc8 commit b969828
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions css/block/ucb-article-feature-block.css
Original file line number Diff line number Diff line change
Expand Up @@ -92,6 +92,11 @@
max-width: 100%;
}

.feature-img-wide{
aspect-ratio: 16 / 9;
object-fit: cover;
}

.ucb-stacked-secondary-container > .ucb-article-card {
margin-bottom: 0px;
border-bottom: none;
Expand Down

0 comments on commit b969828

Please sign in to comment.