Nicer collection boxes.
[wolnelektury.git] / src / wolnelektury / static / scss / main / catalogue.scss
index ba30e82..8148930 100644 (file)
         @include size(padding, 26px);
     }
 }
+
+
+.collection-box {
+    display: inline-block;
+    vertical-align: top;
+
+    @media screen and (min-width:500px) {
+        width: 465px;
+    }
+
+    p {
+        height: 75px;
+        overflow: hidden;
+    }
+    .covers {
+        line-height: 0;
+    }
+}