Add space under featured image in singel post

You can add below css in your css file.

li {
    padding-bottom: 20px;
}