.entry-cover {
    font-size: 14px;
    margin-bottom: 0;
    text-align: center;
}

.entry-cover img {
    border-radius: var(--radius);
    width: 100%;
}

.post-header + .entry-cover img {
    border-radius: var(--radius);
    width: 60%;
    margin: auto;
}