Skip to content

Commit

Permalink
Revert flex grow on collage card__content (#1662)
Browse files Browse the repository at this point in the history
  • Loading branch information
ludoboludo committed May 13, 2022
1 parent 8db40b6 commit d4abfde
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions assets/collage.css
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,10 @@
width: 100%;
}

.collage__item .card__content {
flex-grow: initial;
}

@media screen and (max-width: 749px) {
.collage {
grid-column-gap: var(--grid-mobile-horizontal-spacing);
Expand Down

0 comments on commit d4abfde

Please sign in to comment.