.feed {
    max-width: 450px;
    margin: 0 auto
}

.post-card-imgwrap, .post-tile {
    position: relative;
    display: block;
}

p.description {
    font-size: 14px;
    text-wrap: auto;
    word-break: break-all;
}

.card-footer .likes svg {
    cursor: pointer;
}

.post-footer .likes svg:hover,
.card-footer .likes svg:hover {
    fill: var(--brand-hover) !important;
}
