X-Git-Url: https://git.mdrn.pl/wolnelektury.git/blobdiff_plain/ae60b2a3949e96357477cc04f90fd0873cee8a92..5bd864493e531e5600c5ca989825d89cc3ee1487:/src/wolnelektury/static/scss/book_text/book_box.scss

diff --git a/src/wolnelektury/static/scss/book_text/book_box.scss b/src/wolnelektury/static/scss/book_text/book_box.scss
index 38550ce74..e3a17b6ad 100644
--- a/src/wolnelektury/static/scss/book_text/book_box.scss
+++ b/src/wolnelektury/static/scss/book_text/book_box.scss
@@ -2,7 +2,7 @@
     margin: 0;
     padding: 0;
     overflow: visible;
-    max-width: 488px;
+    max-width: 560px;
 
     .book-box .book-box-inner {
         border: none;
@@ -12,4 +12,7 @@
     .book-box-read {
         opacity: .5;
     }
+
+    .book-right-column {display: none;}
+    .read-more-hide, .read-more-show {display: none;}
 }