chg: [ui:login] Better logo centering

pull/79/head
Sami Mokaddem 2021-10-21 15:53:39 +02:00
parent 9f269f683e
commit f596aefdb5
No known key found for this signature in database
GPG Key ID: 164C473F627A06FA
1 changed files with 1 additions and 1 deletions

View File

@ -30,7 +30,7 @@ body {
transform: rotate(100deg);
-webkit-transform-origin: center;
transform-origin: center;
left: 42%;
left: calc(50% - 120px);
top: 30%;
}