X-Git-Url: https://git.mdrn.pl/wolnelektury.git/blobdiff_plain/a1edf3f1a7cff6e6f4d85a4288ca9b1d5cd3b254..b7f60fe7a944bbd0582896684fa09e02600a012d:/apps/wolnelektury_core/static/scss/main/book_box.scss diff --git a/apps/wolnelektury_core/static/scss/main/book_box.scss b/apps/wolnelektury_core/static/scss/main/book_box.scss index cca6e4a53..e72bca8d0 100755 --- a/apps/wolnelektury_core/static/scss/main/book_box.scss +++ b/apps/wolnelektury_core/static/scss/main/book_box.scss @@ -216,13 +216,14 @@ } } -/* FIXME: RWD */ -.picture.book-wide-box .right-column { - float: none; - @include size(width, 415px); - top: 0; - @include size(margin-left, 550px); - margin-top: 0em; +@media screen and (min-width: 50em) { + .picture.book-wide-box .right-column { + float: none; + @include size(width, 415px); + top: 0; + @include size(margin-left, 550px); + margin-top: 0em; + } }