even better than pushing it down is to add the following line:
.home .post-content p {
margin:0;
padding:0;
visibility:hidden;
height:20px
}
It turns out to be a simple fix, simply add the following line:
.home .post-content p {
margin:0;
padding:0;
visibility:hidden;
}
and to push it down, simply reduce the margin.