X-Git-Url: https://git.mdrn.pl/wolnelektury.git/blobdiff_plain/fdb67a9ef3b41c31d4ae4122d49537860e483ec6..2d755ff729a4752c26b8dc3526f7ef0dc2c39fc0:/apps/wolnelektury_core/static/scss/main/picture_box.scss diff --git a/apps/wolnelektury_core/static/scss/main/picture_box.scss b/apps/wolnelektury_core/static/scss/main/picture_box.scss index c9a8c1bd3..69d34a398 100644 --- a/apps/wolnelektury_core/static/scss/main/picture_box.scss +++ b/apps/wolnelektury_core/static/scss/main/picture_box.scss @@ -3,6 +3,9 @@ .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); @@ -37,7 +40,8 @@ @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 {