.comment-profile {
    padding-right: 0px;
    /* width:75%; */
}

.comment {
    white-space: pre-line;
    font-size: 2vh;
    margin-bottom: 0.5rem;
}

.liked {
    color: #F7941D !important;
}

@media only screen and (max-width:576px) {
    .edit-comment {
        left: -75px !important;
    }
    h6 {
        font-size: 4vw;
    }
    .comment {
        font-size: 4vw;
    }
    .comment-status {
        font-size: 4vw;
    }
}