Skip to content

Commit 2bdbd6b

Browse files
committed
Minor footer style fix
1 parent 35f4c65 commit 2bdbd6b

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

_sass/_base.scss

+4-1
Original file line numberDiff line numberDiff line change
@@ -143,7 +143,10 @@ footer.fixed-bottom {
143143
color: lighten($grey-color, 25%);
144144
background-color: $grey-color-dark;
145145
font-size: 0.75rem;
146-
line-height: 35px;
146+
.container {
147+
padding-top: 9px;
148+
padding-bottom: 8px;
149+
}
147150
a {
148151
color: white;
149152
&:hover {

0 commit comments

Comments
 (0)