From f539b0bfb3e8b44ab0f2f104723c51e9b730e09c Mon Sep 17 00:00:00 2001 From: fredtempez Date: Sun, 24 Feb 2019 19:11:13 +0100 Subject: [PATCH] =?UTF-8?q?Param=C3=A9trage=20CSS?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- module/blog/view/index/index.css | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/module/blog/view/index/index.css b/module/blog/view/index/index.css index f8230f15..af5485df 100755 --- a/module/blog/view/index/index.css +++ b/module/blog/view/index/index.css @@ -1,7 +1,10 @@ .blogPicture { float: center; - margin-left: 10px; } +.blogPicture img { + width: 100%; + height: auto; + } .blogPicture:hover { opacity: .7; } @@ -17,11 +20,9 @@ .blogTitle { background-color: #ECEFF1; padding: 5px; - margin-left: -10px; } .blogContent { float: left; - margin-left: -10px; } .blogDate { font-size:0.8em;