This is what your blog module may look like by default. Different size images cause it to look messy.

Before
By adding the below code we can make it look a lot more uniform. Be sure to change post ID number in red.

.page-id-376 .et_pb_post a img {
height: 200px !important;
width: 300px !important;
}


After