Skip to content

Commit

Permalink
fix: alignment of imgs in grid block (#681)
Browse files Browse the repository at this point in the history
  • Loading branch information
sabrina-bongiovanni authored May 15, 2024
1 parent 1fa5557 commit aa3a243
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/theme/ItaliaTheme/Blocks/_gridBlock.scss
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,7 @@
}
&.image img {
object-fit: contain;
object-position: center;
}
}

Expand Down

0 comments on commit aa3a243

Please sign in to comment.