fixed pages alignment

This commit is contained in:
Miodec 2022-09-05 15:14:24 +02:00
parent ee5c07d10a
commit d2443971e9
2 changed files with 5 additions and 0 deletions

View file

@ -1,6 +1,8 @@
.page404 {
display: grid;
justify-content: center;
height: 100%;
align-content: center;
.content {
justify-items: center;
display: grid;

View file

@ -1,4 +1,7 @@
.pageProfile {
align-content: center;
height: 100%;
display: grid;
.preloader {
position: absolute;
z-index: 1;