From 10eb4b4c94e1502cacb8b4e77d686c2f1f532837 Mon Sep 17 00:00:00 2001 From: Joen Asmussen Date: Fri, 23 Jun 2017 11:56:59 +0200 Subject: [PATCH] Tweak the post date display a little bit. --- blocks/library/latest-posts/style.scss | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/blocks/library/latest-posts/style.scss b/blocks/library/latest-posts/style.scss index 53f5494d44fab4..9abf2d06be8ba7 100644 --- a/blocks/library/latest-posts/style.scss +++ b/blocks/library/latest-posts/style.scss @@ -12,7 +12,9 @@ } .blocks-latest-posts__post-date { - padding-left: 1em; + display: block; + color: $dark-gray-100; + font-size: $default-font-size; } .editor-latest-posts__input { @@ -20,4 +22,4 @@ -webkit-border-radius: 0.3em; -moz-border-radius: 0.3em; border-radius: 0.3em; -} \ No newline at end of file +}