Minor presentation fixes.
[wolnelektury.git] / apps / wolnelektury_core / static / scss / main / picture_box.scss
index c9a8c1b..69d34a3 100644 (file)
@@ -3,6 +3,9 @@
         .cover-area {
             position: static;
             @include size(margin-right, 15px);
+            @media screen and (min-width: 62.5em) {
+                margin-right: 0;
+            }
 
             img.cover {
                 @include size(width, 535px);
@@ -37,7 +40,8 @@
 
         @media screen and (min-width: 50em) {
             .book-box-body {
-                @include size(height, 170px);
+                height: auto;
+                @include size(min-height, 170px);
                 margin-bottom: 0;
             }
             .book-box-tools, .tags {