From 550782340078593f452c4065deedd47133386005 Mon Sep 17 00:00:00 2001 From: Dany Date: Tue, 17 Sep 2019 16:53:44 +0200 Subject: [PATCH] index.css fix the size of the logo for small screen --- html/index.css | 13 ++++++------- 1 file changed, 6 insertions(+), 7 deletions(-) diff --git a/html/index.css b/html/index.css index 6ad79b718..536210633 100644 --- a/html/index.css +++ b/html/index.css @@ -256,13 +256,12 @@ BODY { display : block; } #logo_id { - z-index:-1; - position:absolute; - /*! width:19%; */ - left:0%; - top:22px; - max-width: 125px; - max-height: 125px; + z-index: -1; + position: absolute; + width: 148px; + left: 5px; + top: 22px; + height: 115px; } #login_frm { position:absolute;