mirror of
https://github.com/monkeytypegame/monkeytype.git
synced 2026-01-15 11:54:24 +08:00
move results below the user graph
This commit is contained in:
parent
03ee9abb45
commit
8f1c2932ed
2 changed files with 2 additions and 1 deletions
|
|
@ -676,10 +676,10 @@
|
|||
align-items: center;
|
||||
grid-template-columns: auto 1fr;
|
||||
grid-template-areas:
|
||||
"tribeResults tribeResults"
|
||||
"stats chart"
|
||||
"morestats morestats"
|
||||
"bottom bottom"
|
||||
"tribeResults tribeResults"
|
||||
"tribeBottom tribeBottom";
|
||||
// "wordsHistory wordsHistory"
|
||||
// "buttons buttons"
|
||||
|
|
|
|||
|
|
@ -502,6 +502,7 @@
|
|||
.pageTest {
|
||||
#result {
|
||||
#tribeResultBottom {
|
||||
grid-area: tribeBottom;
|
||||
margin-top: 1rem;
|
||||
display: grid;
|
||||
grid-template-areas:
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue