From 1ca00c11e502f429fff83db23b974716517c29b0 Mon Sep 17 00:00:00 2001 From: fredtempez Date: Thu, 1 Apr 2021 19:53:12 +0200 Subject: [PATCH] =?UTF-8?q?NEWS=20blur=20css=20=C3=A0=20r=C3=A9gler.?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- module/news/view/index/index.css | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/module/news/view/index/index.css b/module/news/view/index/index.css index e0b05562..57c80b1f 100755 --- a/module/news/view/index/index.css +++ b/module/news/view/index/index.css @@ -26,17 +26,18 @@ position: relative; } .newsBlur { - position:absolute; - bottom:-5%; - margin-left: -5px; + position: absolute; + bottom: -5%; + margin: -10px; height: 20%; + width: 110%; -webkit-filter: blur(5px); -moz-filter: blur(5px); -o-filter: blur(5px); -ms-filter: blur(5px); filter: blur(5px); - width: 100%; - background-color: rgba(253, 254, 255, 0.932); + + background-color: rgba(253, 254, 255, 0.90); }