fix(web client): profile page without draws
This commit is contained in:
parent
25554126a8
commit
4003fc0ef2
3 changed files with 9 additions and 8 deletions
|
|
@ -161,7 +161,7 @@ body {
|
|||
/* ── Stats grid ──────────────────────────────────────────────────── */
|
||||
.stats-grid {
|
||||
display: grid;
|
||||
grid-template-columns: repeat(4, 1fr);
|
||||
grid-template-columns: repeat(3, 1fr);
|
||||
gap: 1rem;
|
||||
margin-bottom: 1.5rem;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue