There is a minimum height set for articles. You’d need to change that either in a child theme or in the WordPress customizer where CSS code goes.
For example
@media only screen and ( min-width: 1025px ){
.cat-container article, .home-container article{min-height:100px;}