/* ==========================================================================
   COMENTÁRIOS - Blog Saltfix
   ========================================================================== */

/* Container Principal de Comentários */

.comments-wrapper {
    max-width: 900px;
    width: 100%;
    margin: 0 auto 100px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}