mirror of
https://github.com/monkeytypegame/monkeytype.git
synced 2025-02-11 00:03:44 +08:00
fixed line height
This commit is contained in:
parent
cff022f95d
commit
76576ff19b
1 changed files with 1 additions and 1 deletions
|
@ -2908,7 +2908,7 @@ key {
|
|||
width: 3rem;
|
||||
height: 3rem;
|
||||
text-align: center;
|
||||
line-height: 4rem;
|
||||
line-height: 3rem;
|
||||
background: var(--main-color);
|
||||
border-radius: 99rem;
|
||||
z-index: 99;
|
||||
|
|
Loading…
Reference in a new issue