X-Git-Url: https://git.mdrn.pl/wolnelektury.git/blobdiff_plain/1d5891fb132659113423705d8d8c982144ef7a8c..839aad8e5e08bdb845aa6b13c3409638b0ff45c5:/src/wolnelektury/static/scss/main/book_box.scss

diff --git a/src/wolnelektury/static/scss/main/book_box.scss b/src/wolnelektury/static/scss/main/book_box.scss
index 0e9061159..726bb5a21 100755
--- a/src/wolnelektury/static/scss/main/book_box.scss
+++ b/src/wolnelektury/static/scss/main/book_box.scss
@@ -355,7 +355,10 @@
       @include size(margin-bottom, 6px);
 
       @include min-screen($S_BOOK_SHORT_FULL) {
-        display: inline;
+        display: inline-block;
+        @include size(margin-top, 0px);
+        @include size(margin-bottom, 0px);
+        @include size(margin-right, 9px);
       }
 
       .mono {
@@ -444,7 +447,7 @@
 
     .book-box-formats {
       display: inline-block;
-      max-width: 220px;
+      max-width: 300px;
       vertical-align: top;
       padding-top: 6px;