From 89b5b2f1600dad11d5fb656695eff0790e417b2a Mon Sep 17 00:00:00 2001 From: TomazMartins Date: Tue, 28 Jul 2015 16:54:49 -0300 Subject: [PATCH] Fixing size of the post-pic in blog-post --- news.css | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/news.css b/news.css index fd54592..54f812c 100644 --- a/news.css +++ b/news.css @@ -24,7 +24,9 @@ } .action-content_viewer-view_page .blog-post .post-pic { - background-size: 100% 100%; + background-size: cover; + background-position: center; + background-repeat: no-repeat; border-radius: 4px; float: left; height: 100px; -- libgit2 0.21.2