We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b518aa9 commit 136b758Copy full SHA for 136b758
src/_sass/components/_footer.scss
@@ -1,12 +1,12 @@
1
.footer {
2
- padding-top: 40px;
+ padding-top: 20px;
3
background-color: color(gray-900);
4
- font-size: 14px;
+ font-size: 16px;
5
color: color(white);
6
text-align: center;
7
8
@include breakpoint(large up) {
9
- padding-top: 80px;
+ padding-top: 60px;
10
text-align: left;
11
}
12
@@ -25,7 +25,7 @@
25
26
27
display: block;
28
- margin-top: 100px;
+ margin-top: 80px;
29
30
31
@@ -34,7 +34,7 @@
34
35
36
border-top: 1px solid color(gray-800);
37
- margin-top: 80px;
+ margin-top: 60px;
38
39
40
0 commit comments