From 0713bc77642d53f869e1b4f2e3e9b8e6857cb73f Mon Sep 17 00:00:00 2001 From: Anxhelo Lushka Date: Thu, 8 Mar 2018 22:00:55 +0100 Subject: [PATCH] Update style.css --- css/style.css | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) diff --git a/css/style.css b/css/style.css index 0f0884b..a26d122 100755 --- a/css/style.css +++ b/css/style.css @@ -47,11 +47,6 @@ .full.light { color: #fff; } -.works { - background: rgba(51,153,112,0.8); - overflow: hidden; - height: 100%; } - .full.brown { background: #AB8860; } @@ -107,11 +102,12 @@ background-image: url(../images/@stock/image-bg.jpg); } .overlay { - position: fixed; + position: absolute; content:" "; top:0; left:0; width: 100%; + height: 100%; display: block; z-index:0; background-color: rgba(51, 153, 212, 0.8);