X-Git-Url: https://git.mdrn.pl/wolnelektury.git/blobdiff_plain/1e9113af163a3d002b0b9c3e8c339f22af5b848a..2b96b3e346a68d086568c8fc57c1df455105c062:/apps/wolnelektury_core/static/scss/book_text/body.scss diff --git a/apps/wolnelektury_core/static/scss/book_text/body.scss b/apps/wolnelektury_core/static/scss/book_text/body.scss index 2f1710dbf..912d55b85 100644 --- a/apps/wolnelektury_core/static/scss/book_text/body.scss +++ b/apps/wolnelektury_core/static/scss/book_text/body.scss @@ -3,8 +3,6 @@ * Everything besides the menu. */ #big-pane { - display: flex; - flex-direction: row; justify-content: left; position: relative; @include min-screen($W_BOOK_TEXT_MAX) { @@ -105,6 +103,10 @@ } .with-other-text { + #big-pane { + display: flex; + flex-direction: row; + } #main-text, #other-text { @include right-without-themes;