Skip to content

Commit 136b758

Browse files
fix(docs-evergreen): Footer's smaller paddings and bigger font (#1326)
1 parent b518aa9 commit 136b758

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

src/_sass/components/_footer.scss

+5-5
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
.footer {
2-
padding-top: 40px;
2+
padding-top: 20px;
33
background-color: color(gray-900);
4-
font-size: 14px;
4+
font-size: 16px;
55
color: color(white);
66
text-align: center;
77

88
@include breakpoint(large up) {
9-
padding-top: 80px;
9+
padding-top: 60px;
1010
text-align: left;
1111
}
1212

@@ -25,7 +25,7 @@
2525

2626
@include breakpoint(large up) {
2727
display: block;
28-
margin-top: 100px;
28+
margin-top: 80px;
2929
}
3030
}
3131

@@ -34,7 +34,7 @@
3434

3535
@include breakpoint(large up) {
3636
border-top: 1px solid color(gray-800);
37-
margin-top: 80px;
37+
margin-top: 60px;
3838
}
3939
}
4040

0 commit comments

Comments
 (0)