fix: key elements being too close to surrounding text

This commit is contained in:
Miodec 2025-04-30 16:31:08 +02:00
parent 055b7f0a84
commit ee378f35f2
2 changed files with 1 additions and 3 deletions

View file

@ -199,6 +199,7 @@ key {
display: inline-block;
font-size: 0.7rem;
line-height: 0.7rem;
margin: 0 0.5em;
}
.pageLoading {

View file

@ -10,9 +10,6 @@ footer {
transition: 0.125s;
margin-bottom: 2em;
line-height: 2;
key {
margin: 0 0.25rem;
}
}
#commandLineMobileButton {