@import "../shared/mixins-and-vars";

.read-more {
    display: block;
    overflow: hidden;
    max-height: 6em;
    text-overflow: ellipsis;
}
