web: People: small fix a loader

This commit is contained in:
NikolayRechkin 2020-02-06 15:55:34 +03:00
parent b7c13e095c
commit 8b1f5ea1cb

View File

@ -13,7 +13,7 @@ html, body {
.pageLoader {
position: fixed;
left: calc(50% - 32px);
left: calc(50% - 20px);
top: 35%;
}
}