X-Git-Url: https://git.mdrn.pl/wolnelektury.git/blobdiff_plain/6280673f35e13e75e81c5b7821bd2a44a1831eab..357027375ff8867f42ca34bcbfb5a78b5b185fc3:/apps/wolnelektury_core/static/scss/main/footer.scss diff --git a/apps/wolnelektury_core/static/scss/main/footer.scss b/apps/wolnelektury_core/static/scss/main/footer.scss deleted file mode 100755 index 8969a5ad7..000000000 --- a/apps/wolnelektury_core/static/scss/main/footer.scss +++ /dev/null @@ -1,26 +0,0 @@ -#footer-wrapper { - @include size(margin-top, 50px); - @include size(padding-top, 30px); - background: #fff; - color: #767676; - @include size(border-top, 1px solid #ddd); -} - -footer#main { - @include size(font-size, 10px); - @include size(margin-left, 5px); - @include size(margin-right, 5px); - - @media screen and (min-width: 62.5em) { - @include size(width, 975px); - margin: auto; - } - - p { - @include size(margin-top, 2.5px); - @include size(margin-bottom, 2.5px); - margin-left: 0; - margin-right: 0; - } -} -