Merge branch 'reflow'
[wolnelektury.git] / 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 (executable)
index 8969a5a..0000000
+++ /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;
-    }
-}
-