🐛 Fix home icon in login page

This commit is contained in:
Eva 2022-12-12 16:53:05 +01:00
parent c148326d1c
commit d0d63169e2
2 changed files with 10 additions and 2 deletions

View file

@ -43,6 +43,12 @@
max-width: 11vw;
height: 80px;
}
.hidden-name {
visibility: hidden;
width: 0;
height: 0;
float: left;
}
}
}