mirror of
https://github.com/monkeytypegame/monkeytype.git
synced 2025-02-04 21:09:18 +08:00
fixed narrow account page
This commit is contained in:
parent
a7f5f1dc35
commit
e688324215
1 changed files with 5 additions and 2 deletions
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue