There's some work on book page left.
[wolnelektury.git] / apps / wolnelektury_core / static / css / main / catalogue.scss
diff --git a/apps/wolnelektury_core/static/css/main/catalogue.scss b/apps/wolnelektury_core/static/css/main/catalogue.scss
new file mode 100755 (executable)
index 0000000..4a08b46
--- /dev/null
@@ -0,0 +1,31 @@
+/* listing of all books */
+
+@import "tools";
+
+.catalogue-catalogue {
+    ul {
+        column-width: 25em;
+        -moz-column-width: 25em;
+        -webkit-column-width: 25em;
+
+        @include size-px(padding-left, 10);
+
+        @media screen and (min-width: 20em) {
+            @include size-px(padding-left, 40);
+        }
+
+        li {
+            margin-bottom: 1em;
+
+            @media screen and (min-width: 62.5em) {
+                margin-bottom: .5em;
+            }
+        }
+    }
+
+    h2 {
+        @include size-px(font-size, 26);
+        margin: 0;
+        @include size-px(padding, 26);
+    }
+}