mirror of
https://github.com/monkeytypegame/monkeytype.git
synced 2025-02-05 21:33:40 +08:00
updated result screen styles
This commit is contained in:
parent
b25abb2f24
commit
ab3a2d00a3
1 changed files with 3 additions and 1 deletions
|
@ -879,7 +879,7 @@ key {
|
|||
|
||||
.stats {
|
||||
display: grid;
|
||||
gap: .5rem;
|
||||
column-gap: .5rem;
|
||||
justify-content: center;
|
||||
align-items: center;
|
||||
grid-template-areas:
|
||||
|
@ -892,6 +892,8 @@ key {
|
|||
|
||||
|
||||
.group {
|
||||
margin-bottom: .5rem;
|
||||
|
||||
.top {
|
||||
color: var(--sub-color);
|
||||
font-size: 1rem;
|
||||
|
|
Loading…
Reference in a new issue