From c1ad4f221f3434757064ea073eb4dd1a63125f22 Mon Sep 17 00:00:00 2001 From: Anxhelo Lushka Date: Tue, 1 May 2018 23:03:45 +0200 Subject: [PATCH] Added styling for tags posts list --- css/style.css | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/css/style.css b/css/style.css index 236a582..a83ec53 100755 --- a/css/style.css +++ b/css/style.css @@ -1709,3 +1709,8 @@ p.blogauthor { line-height: 2; letter-spacing: .01rem; } + +.post-list { + list-style: none; + margin: 1.563rem auto; +}