From e5790a335f01b72ab42f3cb11d48f7711ea78f43 Mon Sep 17 00:00:00 2001 From: Anxhelo Lushka Date: Thu, 8 Mar 2018 21:59:00 +0100 Subject: [PATCH] Update style.css --- css/style.css | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/css/style.css b/css/style.css index 2507b1f..0f0884b 100755 --- a/css/style.css +++ b/css/style.css @@ -108,9 +108,10 @@ .overlay { position: fixed; - content:""; + content:" "; top:0; left:0; + width: 100%; display: block; z-index:0; background-color: rgba(51, 153, 212, 0.8);