We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a6d4f0f commit 13f1587Copy full SHA for 13f1587
_sass/includes/footer.scss
@@ -1,10 +1,7 @@
1
-$footer-bg: #fff;
2
-$footer-link: #333;
3
$footer-link-hover: #7cc224;
4
-$footer-icon-size: 2.2rem;
5
6
.site-footer {
7
- background: $footer-bg;
+ background: #fff;
8
text-align: center;
9
padding: 40px 0 24px;
10
@@ -22,7 +19,7 @@ $footer-icon-size: 2.2rem;
22
19
a {
23
20
display: inline-block;
24
21
margin: 0 14px;
25
- font-size: $footer-icon-size;
+ font-size: 2.2rem;
26
color: #000;
27
width: 48px;
28
height: 48px;
0 commit comments