change the font weight for the footer posts.

This commit is contained in:
Fabiano Alencar 2018-05-02 12:13:19 -03:00
parent 3eaa78beb0
commit df772b638f
1 changed files with 1 additions and 1 deletions

View File

@ -66,7 +66,7 @@
footer{ footer{
font-size: 14pt; font-size: 14pt;
color: #000; color: #000;
font-weight: bold; font-weight: 500;
a{ a{
font-weight: 400; font-weight: 400;
} }