.post {

.wrapper {
        @include center;
        max-width: 980px;
        text-align: left;
        .post-format {
                display: inline-block;
                vertical-align: top;
            width: 70%;
            max-width: 595px;
            text-align: left;
        }
}
.created-at {
        color: white;
        border-left: 1px solid white;
        padding-left: 10px;
}

}