updated the result styling on smaller widths

This commit is contained in:
Miodec 2021-10-09 13:17:06 +01:00
parent a5b4b433cc
commit 51de7cde4a
2 changed files with 5 additions and 6 deletions

View file

@ -212,8 +212,8 @@
"chart chart"
"morestats morestats";
.stats {
grid-template-areas: "wpm acc burst";
gap: 4rem;
grid-template-areas: "wpm acc";
gap: 2rem;
}
.stats.morestats {
grid-template-rows: 1fr 1fr 1fr;
@ -317,8 +317,7 @@
.stats {
grid-template-areas:
"wpm"
"acc"
"burst";
"acc";
gap: 1rem;
}
}

View file

@ -621,8 +621,8 @@
// "wpm raw time nothing infoAndTags leaderboards source";
grid-template-areas:
"wpm"
"acc"
"burst";
"acc";
margin-bottom: 1rem;
&.morestats {
display: grid;