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); }