File tree 1 file changed +19
-5
lines changed
1 file changed +19
-5
lines changed Original file line number Diff line number Diff line change 3
3
========================================================================== */
4
4
5
5
.page__footer {
6
- @include full ();
7
6
@include clearfix ;
7
+ float : left ;
8
+ margin-left : 0 ;
9
+ margin-right : 0 ;
10
+ width : 100% ;
11
+ clear : both ;
8
12
/* sticky footer fix start */
9
13
position : absolute ;
10
- bottom : 0 ;
14
+ bottom : 0 em ;
11
15
height : auto ;
12
16
/* sticky footer fix end */
13
17
margin-top : 3em ;
20
24
border-top : 1px solid $light-gray ;
21
25
22
26
footer {
23
- @include container ;
24
27
@include clearfix ;
28
+ margin-left : auto ;
29
+ margin-right : auto ;
25
30
margin-top : 2em ;
31
+ max-width : 100% ;
26
32
padding : 0 1em 2em ;
27
33
28
34
@include breakpoint ($x-large ) {
39
45
}
40
46
}
41
47
42
- .fa {
48
+ .fas ,
49
+ .fab ,
50
+ .far ,
51
+ .fal {
43
52
color : mix (#fff , $gray , 25% );
44
53
}
45
54
}
50
59
}
51
60
52
61
.page__footer-follow {
53
-
54
62
ul {
55
63
margin : 0 ;
56
64
padding : 0 ;
75
83
padding-right : 10px ;
76
84
font-weight : bold ;
77
85
}
86
+
87
+ .social-icons {
88
+ a {
89
+ white-space : nowrap ;
90
+ }
91
+ }
78
92
}
You can’t perform that action at this time.
0 commit comments