changed logo size in login window

This commit is contained in:
jorge-vitrubio 2022-12-22 18:13:26 +01:00
parent 9d0c69ff0b
commit c04ce42d7a
1 changed files with 2 additions and 2 deletions

View File

@ -122,7 +122,7 @@ p {
.login h1 {
}
.login h1 a {
background-size:84px;
background-size:auto;
background-position:center top;
background-repeat:no-repeat;
color:#3c434a;
@ -133,7 +133,7 @@ p {
margin:0 auto 25px;
padding:0;
text-decoration:none;
width:84px;
width:100%;
text-indent:-9999px;
outline:0;
overflow:hidden;