Created
August 23, 2024 08:39
-
-
Save eduard-un/28336de3cff057543cdb0d7f43914ecf to your computer and use it in GitHub Desktop.
Equalize Blurb Images Height
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
selector .et_pb_image_wrap img { | |
object-fit: cover; | |
height: 295px; | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment