mirror of
https://github.com/13hannes11/hugo-coder-timeline.git
synced 2024-09-04 00:50:58 +02:00
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>
11 lines
167 B
SCSS
11 lines
167 B
SCSS
.footer {
|
|
width: 100%;
|
|
text-align: center;
|
|
font-family: $heading-font-family;
|
|
line-height: 2.0rem;
|
|
margin-bottom:1.0rem;
|
|
a {
|
|
color: $link-color;
|
|
}
|
|
}
|