From cc53d2b11172ca9cb808a67edf43e28f2610c62a Mon Sep 17 00:00:00 2001 From: Anxhelo Lushka Date: Tue, 1 May 2018 23:08:02 +0200 Subject: [PATCH] Added more classes for text fixing --- css/style.css | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/css/style.css b/css/style.css index a83ec53..9e0b916 100755 --- a/css/style.css +++ b/css/style.css @@ -1714,3 +1714,15 @@ p.blogauthor { list-style: none; margin: 1.563rem auto; } + +.post-list a { + display: block; + border-bottom: 1px solid #dadada; + padding: .625rem 0; + text-decoration: none; + transition: all .5s; +} + +.post-list.entry-date { + float: right; +}