From d6b05e5968f2032ffae932940dccdb14b386ea2e Mon Sep 17 00:00:00 2001 From: Marcin Kurczewski Date: Mon, 13 Oct 2014 13:07:14 +0200 Subject: [PATCH] Fixed post list in tag view --- public_html/css/post-list.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public_html/css/post-list.css b/public_html/css/post-list.css index 0b6d3f6a..a523ef3a 100644 --- a/public_html/css/post-list.css +++ b/public_html/css/post-list.css @@ -21,7 +21,7 @@ margin-right: 1em; } -.post-list .posts { +.post-list ul { display: flex; justify-content: center; align-content: center;