.post-entry {
    display: grid;
    grid-template-columns: 110px 1fr;
    grid-gap: 0px 15px;
    padding: 18px;
}

.post-entry .entry-cover {
    max-width: fit-content;
    margin: auto;
    grid-row: span 3;
}

.post-entry .entry-header {
    align-self: center;
}

.post-entry .entry-content {
    align-self: center;
}

.post-entry .entry-footer {
    align-self: end;
}