fix placement of book abstract
[wolnelektury.git] / src / wolnelektury / static / scss / main / book_box.scss
index dd2a77f..ddb4b72 100755 (executable)
     @media screen and (min-width: 1024px) {
       display: inline-block;
       @include size(width, 590px);
+      @include size(min-height, 196px);
     }
   }
 
       @media screen and (min-width: 62.5em) {
         float: left;
         @include size(width, 536px);
+        @include size(min-height, 196px);
       }
     }
 
   overflow: hidden;
   position: relative;
 
+  @media screen and (min-width: 62.5em) {
+    @include size(width, 536px);
+  }
+
   p.paragraph {
     margin-bottom: 0;
     margin-top: 1.2em;