X-Git-Url: https://git.mdrn.pl/wolnelektury.git/blobdiff_plain/b7f60fe7a944bbd0582896684fa09e02600a012d..82c3054bcdeb000aa9782da80d644070797b5cbe:/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 a3e491197..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); @@ -11,7 +14,7 @@ } .book-box-head, .tags, .book-box-tools { - margin: 0; + margin-left: 0; } @@ -27,7 +30,7 @@ } .book-box-tools, .tags, #theme-list-wrapper { - clear: left; + clear: both; margin-left: 0; } .book-box-body { @@ -37,15 +40,16 @@ @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 { - clear: none; + clear: right; } #theme-list-wrapper { - clear: none; + clear: right; @include size(margin-left, 550px); } }