mirror of
https://github.com/13hannes11/hugo-coder-timeline.git
synced 2024-09-04 00:50:58 +02:00
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:
@@ -1,6 +1,7 @@
|
|||||||
.footer {
|
.footer {
|
||||||
width: 100%;
|
width: 100%;
|
||||||
text-align: center;
|
text-align: center;
|
||||||
|
font-family: $heading-font-family;
|
||||||
line-height: 2.0rem;
|
line-height: 2.0rem;
|
||||||
margin-bottom:1.0rem;
|
margin-bottom:1.0rem;
|
||||||
a {
|
a {
|
||||||
|
|||||||
@@ -1 +1 @@
|
|||||||
{"Target":"css/coder.min.b79ffb503467976bb5db1a55f11d2db1d230f6a68dc7aa55cf08be4f048cb1b8.css","MediaType":"text/css","Data":{"Integrity":"sha256-t5/7UDRnl2u12xpV8R0tsdIw9qaNx6pVzwi+TwSMsbg="}}
|
{"Target":"css/coder.min.b79ffb503467976bb5db1a55f11d2db1d230f6a68dc7aa55cf08be4f048cb1b8.css","MediaType":"text/css","Data":{"Integrity":"sha256-t5/7UDRnl2u12xpV8R0tsdIw9qaNx6pVzwi+TwSMsbg="}}
|
||||||
|
|||||||
Reference in New Issue
Block a user