fix login blockdisplay #986

This commit is contained in:
Bachir Soussi Chiadmi 2021-01-19 14:51:33 +01:00
parent 35e1ac5096
commit a0d1099eae
2 changed files with 2 additions and 2 deletions

View File

@ -1262,7 +1262,7 @@ header[role="banner"] {
background-color: #fff; background-color: #fff;
overflow: hidden; overflow: hidden;
width: 11em; width: 11em;
height: 1px; height: 0px;
padding: 0.01em 1em; padding: 0.01em 1em;
box-sizing: content-box; box-sizing: content-box;
transition: all 0.4s ease-in-out; transition: all 0.4s ease-in-out;

View File

@ -51,7 +51,7 @@ header[role="banner"]{
background-color: #fff; background-color: #fff;
overflow: hidden; overflow: hidden;
width:11em; width:11em;
height:1px; height:0px;
padding:0.01em 1em; padding:0.01em 1em;
// margin:0 0 0 -1em; // margin:0 0 0 -1em;
box-sizing:content-box; box-sizing:content-box;