cc37b13daff00984cac0e95a5da4a3d2798796bf
[wolnelektury.git] / apps / wolnelektury_core / static / css / main / footer.scss
1 @import "tools";
2
3 #footer-wrapper {
4     @include size-px(margin-top, 50);
5     @include size-px(padding-top, 30);
6     background: #fff;
7     color: #767676;
8     border-top-style: solid;
9     border-top-color: #ddd;
10     @include size-px(border-top-width, 1);
11 }
12
13 footer#main {
14     @include size-px(font-size, 10);
15     @include size-px(margin-left, 5);
16     @include size-px(margin-right, 5);
17
18     @media screen and (min-width: 62.5em) {
19         @include size-px(width, 975);
20         margin: auto;
21     }
22
23     p {
24         @include size-px(margin-top, 2.5);
25         @include size-px(margin-bottom, 2.5);
26         margin-left: 0;
27         margin-right: 0;
28     }
29 }
30