X-Git-Url: https://git.mdrn.pl/wolnelektury.git/blobdiff_plain/6280673f35e13e75e81c5b7821bd2a44a1831eab..357027375ff8867f42ca34bcbfb5a78b5b185fc3:/apps/wolnelektury_core/static/scss/main/catalogue.scss diff --git a/apps/wolnelektury_core/static/scss/main/catalogue.scss b/apps/wolnelektury_core/static/scss/main/catalogue.scss deleted file mode 100755 index ba30e8271..000000000 --- a/apps/wolnelektury_core/static/scss/main/catalogue.scss +++ /dev/null @@ -1,29 +0,0 @@ -/* listing of all books */ - -.catalogue-catalogue { - ul { - column-width: 25em; - -moz-column-width: 25em; - -webkit-column-width: 25em; - - @include size(padding-left, 10px); - - @media screen and (min-width: 20em) { - @include size(padding-left, 40px); - } - - li { - margin-bottom: 1em; - - @media screen and (min-width: 62.5em) { - margin-bottom: .5em; - } - } - } - - h2 { - @include size(font-size, 26px); - margin: 0; - @include size(padding, 26px); - } -}