From e1f0c98880696389a2a4b2f8a7bfb3a509b9769d Mon Sep 17 00:00:00 2001 From: Anxhelo Lushka Date: Tue, 1 May 2018 23:32:42 +0200 Subject: [PATCH] Fixed floating for date --- css/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/css/style.css b/css/style.css index c93af1a..368f8e0 100755 --- a/css/style.css +++ b/css/style.css @@ -1736,6 +1736,6 @@ p.blogauthor { letter-spacing: .01rem; } -.post-list-tags.entry-date { +.post-list-tags .entry-date { float: right; }