From dac2f3a2e4e56ace52d6ad5f799bea1aca700e7e Mon Sep 17 00:00:00 2001 From: Anxhelo Lushka Date: Sat, 20 Jan 2018 21:58:55 +0100 Subject: [PATCH] Update style.css --- css/style.css | 2 ++ 1 file changed, 2 insertions(+) diff --git a/css/style.css b/css/style.css index 1c8791e..a24b7c2 100755 --- a/css/style.css +++ b/css/style.css @@ -373,6 +373,8 @@ body { position: fixed; z-index: 99; } .contain-to-grid .top-bar { + -webkit-box-shadow: 0 2px 8px 0 rgba(50, 50, 50, 0.08); + box-shadow: 0 2px 8px 0 rgba(50, 50, 50, 0.08); background: #fff; max-width: 100%; }