match the footer font style to the header (#498)

With this change both the header and the footer use sans-serif which
looks more consistent in a page with a serif body.

Co-authored-by: Luiz F. A. de Prá <luizdepra@users.noreply.github.com>
This commit is contained in:
Brian Fallik
2021-01-22 10:18:39 -05:00
committed by GitHub
parent 0fcb42508d
commit 61adf51864
2 changed files with 2 additions and 1 deletions

View File

@@ -1,6 +1,7 @@
.footer {
width: 100%;
text-align: center;
font-family: $heading-font-family;
line-height: 2.0rem;
margin-bottom:1.0rem;
a {