.book { margin-top: 2em; @include breakpoint(gamma) { margin-top: 3em; } } .book:after { @include constrain_narrow; color: white; @include faded_line_after; margin-top: 2em; @include breakpoint(gamma) { margin-top: 3em; } } .book-metadata { @extend %clearfix; text-align: left; dd { display: inline; margin: 0; } dd:after{ display: block; content: ''; } dt{ display: inline-block; } dt:after { content: ":"; } } .book-title { @include constrain_narrow; line-height: 1.3; } .book-cover { } .thoughts, .highlights, .meta-cover { @include constrain_narrow; text-align: left; p { max-width: 100%; } } .thoughts h5, .highlights h4, .meta-cover h5 { font-weight: 500; letter-spacing: 1px; margin: 3em 0 .5em 0; @include generic_sans; @include smcaps; @include fontsize(14); } .highlights .foot { @include fontsize(14); }