From 547c6e56d30f9fbe7143ede0e464a6fc6bc6a551 Mon Sep 17 00:00:00 2001 From: Marcin Kurczewski Date: Sat, 4 Oct 2014 22:04:20 +0200 Subject: [PATCH] Fixed featured posts not centered if small --- public_html/css/home.css | 1 + 1 file changed, 1 insertion(+) diff --git a/public_html/css/home.css b/public_html/css/home.css index 00ae911f..ffc3224a 100644 --- a/public_html/css/home.css +++ b/public_html/css/home.css @@ -12,6 +12,7 @@ #home .post { text-align: left; margin: 0 auto; + display: inline-block; max-width: 60%; } #home .post .left {