From df772b638f07240641386000334f93343a62c06f Mon Sep 17 00:00:00 2001 From: Fabiano Alencar Date: Wed, 2 May 2018 12:13:19 -0300 Subject: [PATCH] change the font weight for the footer posts. --- src/assets/scss/_post.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/assets/scss/_post.scss b/src/assets/scss/_post.scss index 657e7dd..28ca495 100644 --- a/src/assets/scss/_post.scss +++ b/src/assets/scss/_post.scss @@ -66,7 +66,7 @@ footer{ font-size: 14pt; color: #000; - font-weight: bold; + font-weight: 500; a{ font-weight: 400; }