Commit c2062dd 1 parent 9a508c6 commit c2062dd Copy full SHA for c2062dd
File tree 1 file changed +14
-17
lines changed
1 file changed +14
-17
lines changed Original file line number Diff line number Diff line change 5
5
background-color : #F8F8F8 ;
6
6
border-top : 1px solid #E7E7E7 ;
7
7
padding-top : 10px ;
8
- padding-bottom : 30px ;
9
- left : 0 ;
8
+ padding-bottom : 25px ;
10
9
bottom : 0 ;
11
10
height : 30px ;
12
11
width : 100% ;
13
12
position : absolute ;
14
- display : flex ;
15
- justify-content : center ;
16
-
13
+
17
14
& __center {
15
+ font-size : 0.9rem ;
18
16
text-align : center ;
19
- width : 80vw ;
20
17
}
21
18
22
19
& __right {
23
- position : relative ;
24
- padding-top : 13px ;
20
+ position : absolute ;
21
+ bottom : 20px ;
22
+ right : 5vw ;
25
23
}
26
24
27
25
& __links {
28
26
font-size : 0.8rem ;
29
27
}
30
-
28
+
31
29
& __feed {
30
+ font-size : 0.9rem ;
32
31
& i {
33
32
color : lighten ($color-base , 30% );
34
33
}
41
40
}
42
41
}
43
42
44
- @include breakpoint-sm {
43
+ @include breakpoint-md {
45
44
.footer {
45
+ padding-bottom : 30px ;
46
+
46
47
& __center {
47
- width : 90 vw ;
48
+ font-size : 1 rem ;
48
49
}
49
- }
50
- }
51
50
52
- @include breakpoint-md {
53
- .footer {
54
- & __center {
55
- width : 95vw ;
51
+ & __right {
52
+ right : 2vw ;
56
53
}
57
54
}
58
55
}
You can’t perform that action at this time.
0 commit comments