@include size(margin-top, 5px);
}
+ @include min-screen($S_BOOK_SHORT_FULL) {
+ // Show full title on the work's page.
+
+ .book-box-body {
+ height: auto;
+ @include size(min-height, 170px);
+
+ .book-box-head .title {
+ height: auto;
+ @include size(min-height, 57.6px);
+ }
+ }
+ }
+
.book-box-head,
.tags,
.book-box-tools {
.tags {
@include size(font-size, 11px);
line-height: 1.2em;
+ margin-bottom: 5px;
@include min-screen($S_BOOK_SHORT_FULL) {
clear: right;
.cover-area {
position: static;
@include size(margin-right, 15px);
+ @media screen and (min-width: 62.5em) {
+ margin-right: 0;
+ }
img.cover {
@include size(width, 535px);
@media screen and (min-width: 50em) {
.book-box-body {
- @include size(height, 170px);
+ height: auto;
+ @include size(min-height, 170px);
margin-bottom: 0;
}
.book-box-tools, .tags {