X-Git-Url: https://git.mdrn.pl/wolnelektury.git/blobdiff_plain/357027375ff8867f42ca34bcbfb5a78b5b185fc3..e9263ed76910227deccdce1469b4edda3b833be1:/src/wolnelektury/static/scss/main/picture_box.scss diff --git a/src/wolnelektury/static/scss/main/picture_box.scss b/src/wolnelektury/static/scss/main/picture_box.scss index 69d34a398..037774179 100644 --- a/src/wolnelektury/static/scss/main/picture_box.scss +++ b/src/wolnelektury/static/scss/main/picture_box.scss @@ -17,7 +17,7 @@ margin-left: 0; } - + @media screen and (min-width: 62.5em) { .book-box-head, .tags, .book-box-tools { float: right; @@ -60,12 +60,3 @@ } } - -.work-list { - .Picture-item { - @include min-screen($S_BOOK_SHORT_FULL) { - display: inline-block; - } - vertical-align: top; - } -}