Minor footer style fix

This commit is contained in:
vjrj 2018-02-12 12:17:08 +01:00
parent e46ae3a000
commit 31e8a7dfdd

View file

@ -79,4 +79,13 @@ body {
.Footer, .Footer p {
font-size: 13px;
}
}
.Footer {
line-height: 1.8em;
}
.Footer ul li:first-child,
.Footer ul li:nth-child(2) {
margin-right: 7px;
}
}