.article {
    text-align: left;
    border-top: 3px solid gray;
    padding-top: 10px;
    margin-bottom: 50px;
}

.post-meta time {
    font-size: 0.8rem;
    color: #666666;
    margin-bottom: 8px;
}

.user {
    color: #27F5CC;
}

.post-image-wrapper {
    max-width: 500px;

    padding: 15px;
    border: 1px solid white;
    overflow: hidden;
}

.post-image-wrapper img {
    width: 100%;
    height: auto;
    display: block;
    object-fit: cover;
}

@media (max-width: 600px) {
    .post-image-wrapper {
        flex: 1 1 auto;
        width: 90%;
        max-width: 100%;
    }
}
