Merge branch 'Cosmetic-7100' into 'master'

index.css fix the size of the logo for small screen

See merge request noalyss/noalyss!2
This commit is contained in:
Dany 2019-09-17 17:05:05 +02:00
commit 7aa7dcb2b9

View file

@ -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;