mirror of
https://github.com/monkeytypegame/monkeytype.git
synced 2025-02-25 15:24:03 +08:00
fixed pages alignment
This commit is contained in:
parent
ee5c07d10a
commit
d2443971e9
2 changed files with 5 additions and 0 deletions
|
@ -1,6 +1,8 @@
|
|||
.page404 {
|
||||
display: grid;
|
||||
justify-content: center;
|
||||
height: 100%;
|
||||
align-content: center;
|
||||
.content {
|
||||
justify-items: center;
|
||||
display: grid;
|
||||
|
|
|
@ -1,4 +1,7 @@
|
|||
.pageProfile {
|
||||
align-content: center;
|
||||
height: 100%;
|
||||
display: grid;
|
||||
.preloader {
|
||||
position: absolute;
|
||||
z-index: 1;
|
||||
|
|
Loading…
Reference in a new issue