[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Noalyss-commit] [noalyss] 01/03: index.css fix the size of the logo for
From: |
Dany De Bontridder |
Subject: |
[Noalyss-commit] [noalyss] 01/03: index.css fix the size of the logo for small screen |
Date: |
Wed, 18 Sep 2019 13:57:18 -0400 (EDT) |
sparkyx pushed a commit to branch master
in repository noalyss.
commit 550782340078593f452c4065deedd47133386005
Author: Dany <address@hidden>
Date: Tue Sep 17 16:53:44 2019 +0200
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 6ad79b7..5362106 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;