.blog-single-post-content {
    min-height: fit-content;
    display: flow-root;
}
.post-thumbnail-archive {
    width: 300px;
    max-width: 300px;
    height: 200px;
    object-fit: cover;
    margin: 10px auto 0px auto;
    float: left;
    padding: 8px 8px 5px 8px;
}