diff --git a/src/sass/core.scss b/src/sass/core.scss index d089efdd6..4d0dd28f1 100644 --- a/src/sass/core.scss +++ b/src/sass/core.scss @@ -176,10 +176,13 @@ key { line-height: 0.7rem; } -.pageLoading, -.pageAccount { +.pageLoading { display: grid; justify-content: center; +} + +.pageLoading, +.pageAccount { .preloader { text-align: center; justify-self: center;