From f0e108011ff794fac64a0131f4aa51a2eb807c48 Mon Sep 17 00:00:00 2001
From: Fabiano
Date: Mon, 18 Jun 2018 13:54:51 -0300
Subject: [PATCH] revised list posts.
---
src/assets/scss/_list-post.scss | 16 ++++++++++++----
src/template-parts/list-post.php | 6 +++---
2 files changed, 15 insertions(+), 7 deletions(-)
diff --git a/src/assets/scss/_list-post.scss b/src/assets/scss/_list-post.scss
index f538936..c252665 100644
--- a/src/assets/scss/_list-post.scss
+++ b/src/assets/scss/_list-post.scss
@@ -23,12 +23,20 @@
h3{
font-size: 18px;
}
+ .text-black{
+ font-weight: 400;
+ }
+ time{
+ font: {
+ size: 12px;
+ weight: 400;
+ }
+ color: #898d8f;
+ }
a[rel="author"]{
//color: #4f4f4f;
- font-weight: 700;
- &:hover{
- color: inherit;
- }
+ font-size: 12px;
+ font-weight: 400;
}
.readmore{
font-size: 14px;
diff --git a/src/template-parts/list-post.php b/src/template-parts/list-post.php
index 10e89f8..2429dcd 100644
--- a/src/template-parts/list-post.php
+++ b/src/template-parts/list-post.php
@@ -8,10 +8,10 @@
- '.wp_trim_words( get_the_content(), 63, '...' ).'
'; ?>
-
+ '.wp_trim_words( get_the_content(), 63, '...' ).''; ?>
+
-
\ No newline at end of file
+
\ No newline at end of file