mirror of
https://github.com/monkeytypegame/monkeytype.git
synced 2025-09-13 01:57:38 +08:00
fix: key elements being too close to surrounding text
This commit is contained in:
parent
055b7f0a84
commit
ee378f35f2
2 changed files with 1 additions and 3 deletions
|
@ -199,6 +199,7 @@ key {
|
|||
display: inline-block;
|
||||
font-size: 0.7rem;
|
||||
line-height: 0.7rem;
|
||||
margin: 0 0.5em;
|
||||
}
|
||||
|
||||
.pageLoading {
|
||||
|
|
|
@ -10,9 +10,6 @@ footer {
|
|||
transition: 0.125s;
|
||||
margin-bottom: 2em;
|
||||
line-height: 2;
|
||||
key {
|
||||
margin: 0 0.25rem;
|
||||
}
|
||||
}
|
||||
|
||||
#commandLineMobileButton {
|
||||
|
|
Loading…
Add table
Reference in a new issue