Skip to content

Commit 64470b8

Browse files
author
DanDWD
committed
Footer color
1 parent 40bb7fa commit 64470b8

File tree

2 files changed

+6
-19
lines changed

2 files changed

+6
-19
lines changed

index.html

+3-3
Original file line numberDiff line numberDiff line change
@@ -165,22 +165,22 @@ <h2 class="pie-chart__heading">Breakdown</h2>
165165
<!--footer-->
166166
<footer class="footer">
167167
<div class="footer-box">
168-
<div class="foot-box__links">
168+
<div class="footer-box__links">
169169
<p>links</p>
170170
<ul>
171171
<li><a href="https://www.patreon.com/user?u=95740984"class="footer-box__link">Donation</a></li>
172172
<li><a href="#" class="footer-box__link">Redeem your Tokens (old method)</a></li>
173173
</ul>
174174
</div>
175-
<div class="foot-box__links">
175+
<div class="footer-box__links">
176176
<p>Legals</p>
177177
<ul>
178178
<li><a href="#" class="footer-box__link">Cookie Policy (eu)</a></li>
179179
<li><a href="#" class="footer-box__link">Terms and Conditions</a></li>
180180
<li><a href="mailto:[email protected]" class="footer-box__link">Contact</a></li>
181181
</ul>
182182
</div>
183-
<div class="foot-box__links">
183+
<div class="footer-box__links">
184184
<p>Socials</p>
185185
<ul>
186186
<li><a href="https://twitter.com/The_H_Platform" class="footer-box__link">Twitter</a></li>

sass/layouts/_footer.scss

+3-16
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
.footer {
22
color: $whitecolor;
3-
background-color: #353535;
3+
background-color: #f6f6f6;
44
width: 100%;
55
padding: 15px 20px 25px 20px;
66
@include tablette {
@@ -11,22 +11,9 @@
1111
display: flex;
1212
align-items: center;
1313
}
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-
}
2714
}
2815

29-
.footer-nav {
16+
.footer-box {
3017
@include tablette {
3118
width: 100%;
3219
}
@@ -36,7 +23,7 @@
3623
justify-content: flex-end;
3724
width: 100%;
3825
}
39-
&__link {
26+
&__links {
4027
color: $whitecolor;
4128
margin: 5px 0;
4229
display: block;

0 commit comments

Comments
 (0)