From edd1e25cf86775b06fc10200a919b9f0d6ed1ae4 Mon Sep 17 00:00:00 2001 From: Anna Date: Tue, 27 Mar 2018 21:53:15 +0300 Subject: [PATCH] upd --- imagehosting/templates/imagehosting/base.html | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/imagehosting/templates/imagehosting/base.html b/imagehosting/templates/imagehosting/base.html index 1c3b260..8e64222 100644 --- a/imagehosting/templates/imagehosting/base.html +++ b/imagehosting/templates/imagehosting/base.html @@ -18,6 +18,7 @@ } .header { + position: relative; dispaly: block; color: black; background: linear-gradient(#f3f3f3, #e0e0e0); @@ -86,7 +87,7 @@ #page-preloader { position: fixed; left: 0; - top: 100px; + top: 0; right: 0; bottom: 0; background: #fff;