Commit 64470b8 DanDWD
committed
1 parent 40bb7fa commit 64470b8 Copy full SHA for 64470b8
File tree 2 files changed +6
-19
lines changed
2 files changed +6
-19
lines changed Original file line number Diff line number Diff line change @@ -165,22 +165,22 @@ <h2 class="pie-chart__heading">Breakdown</h2>
165
165
<!--footer-->
166
166
< footer class ="footer ">
167
167
< div class ="footer-box ">
168
- < div class ="foot -box__links ">
168
+ < div class ="footer -box__links ">
169
169
< p > links</ p >
170
170
< ul >
171
171
< li > < a href ="https://www.patreon.com/user?u=95740984 "class ="footer-box__link "> Donation</ a > </ li >
172
172
< li > < a href ="# " class ="footer-box__link "> Redeem your Tokens (old method)</ a > </ li >
173
173
</ ul >
174
174
</ div >
175
- < div class ="foot -box__links ">
175
+ < div class ="footer -box__links ">
176
176
< p > Legals</ p >
177
177
< ul >
178
178
< li > < a href ="# " class ="footer-box__link "> Cookie Policy (eu)</ a > </ li >
179
179
< li > < a href ="# " class ="footer-box__link "> Terms and Conditions</ a > </ li >
180
180
< li > < a href ="
mailto:[email protected] "
class ="
footer-box__link "
> Contact
</ a > </ li >
181
181
</ ul >
182
182
</ div >
183
- < div class ="foot -box__links ">
183
+ < div class ="footer -box__links ">
184
184
< p > Socials</ p >
185
185
< ul >
186
186
< li > < a href ="https://twitter.com/The_H_Platform " class ="footer-box__link "> Twitter</ a > </ li >
Original file line number Diff line number Diff line change 1
1
.footer {
2
2
color : $whitecolor ;
3
- background-color : #353535 ;
3
+ background-color : #f6f6f6 ;
4
4
width : 100% ;
5
5
padding : 15px 20px 25px 20px ;
6
6
@include tablette {
11
11
display : flex ;
12
12
align-items : center ;
13
13
}
14
- & __heading {
15
- font-weight : lighter ;
16
- margin : 10px 0 ;
17
- font-size : 18px ;
18
- @include tablette {
19
- width : 15% ;
20
- text-align : center ;
21
- }
22
- @include desktop {
23
- width : 15% ;
24
- text-align : center ;
25
- }
26
- }
27
14
}
28
15
29
- .footer-nav {
16
+ .footer-box {
30
17
@include tablette {
31
18
width : 100% ;
32
19
}
36
23
justify-content : flex-end ;
37
24
width : 100% ;
38
25
}
39
- & __link {
26
+ & __links {
40
27
color : $whitecolor ;
41
28
margin : 5px 0 ;
42
29
display : block ;
You can’t perform that action at this time.
0 commit comments