Skip to content

Commit

Permalink
Fixed images being too small
Browse files Browse the repository at this point in the history
  • Loading branch information
Dragos Cristian Bute committed Oct 9, 2023
1 parent 36973ac commit a41f438
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion blocks/columns/columns.css
Original file line number Diff line number Diff line change
Expand Up @@ -356,7 +356,7 @@
display: block;
}

.columns .non-singleton-img-wrapper img {
.columns.columns:not(.history) .non-singleton-img-wrapper img {
height: 3.125rem;
width: unset;
}
Expand Down

0 comments on commit a41f438

Please sign in to comment.