X-Git-Url: https://git.mdrn.pl/wolnelektury.git/blobdiff_plain/145bf215dceaee2808be13e45e8c5c09907ecd36..9f4f697f0c6fe9a9d55bb45aaa93c804992f3339:/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 index 000000000..4a08b4657 --- /dev/null +++ b/apps/wolnelektury_core/static/css/main/catalogue.scss @@ -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); + } +}