Skip to content

Commit

Permalink
Override tile image in .block parrent
Browse files Browse the repository at this point in the history
  • Loading branch information
razvanMiu committed Jun 9, 2022
1 parent 31e8921 commit 005655d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion theme/themes/eea/views/item.overrides
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,8 @@
margin: @imageMargin;
}

.item .tile.image {
.item .tile.image,
.block .item .tile.image {
width: @tileImageWidth;
height: @tileImageHeight;
}
Expand Down

0 comments on commit 005655d

Please sign in to comment.