4a08b4657e6e1be496ebd66eac0af189179735c4
[wolnelektury.git] / apps / wolnelektury_core / static / css / main / catalogue.scss
1 /* listing of all books */
2
3 @import "tools";
4
5 .catalogue-catalogue {
6     ul {
7         column-width: 25em;
8         -moz-column-width: 25em;
9         -webkit-column-width: 25em;
10
11         @include size-px(padding-left, 10);
12
13         @media screen and (min-width: 20em) {
14             @include size-px(padding-left, 40);
15         }
16
17         li {
18             margin-bottom: 1em;
19
20             @media screen and (min-width: 62.5em) {
21                 margin-bottom: .5em;
22             }
23         }
24     }
25
26     h2 {
27         @include size-px(font-size, 26);
28         margin: 0;
29         @include size-px(padding, 26);
30     }
31 }