mirror of
https://github.com/monkeytypegame/monkeytype.git
synced 2025-03-11 06:05:16 +08:00
removed unnecassary row
This commit is contained in:
parent
ab6b0cf4c8
commit
295d02b70d
1 changed files with 1 additions and 1 deletions
|
@ -177,7 +177,7 @@ a:hover {
|
|||
padding: 2rem;
|
||||
display: grid;
|
||||
gap: 1rem;
|
||||
grid-template-rows: auto auto 1fr;
|
||||
grid-template-rows: auto auto;
|
||||
grid-template-areas: "title buttons"
|
||||
"tables tables";
|
||||
grid-template-columns: 1fr 1fr;
|
||||
|
|
Loading…
Reference in a new issue