css fix
[wolnelektury.git] / src / wolnelektury / static / scss / main / catalogue.scss
index db09f92..29cc4af 100644 (file)
     }
 
     .description {
-        height: 75px;
-        overflow: hidden;
         margin: 15px 0;
+
+        @media screen and (min-width:500px) {
+            height: 75px;
+            overflow: hidden;
+        }
+
+        p {
+            margin: 0 0 15px 0;
+        }
     }
     .covers {
         line-height: 0;