Skip to content

Commit ee378f3

Browse files
committed
fix: key elements being too close to surrounding text
1 parent 055b7f0 commit ee378f3

File tree

2 files changed

+1
-3
lines changed

2 files changed

+1
-3
lines changed

frontend/src/styles/core.scss

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -199,6 +199,7 @@ key {
199199
display: inline-block;
200200
font-size: 0.7rem;
201201
line-height: 0.7rem;
202+
margin: 0 0.5em;
202203
}
203204

204205
.pageLoading {

frontend/src/styles/footer.scss

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,9 +10,6 @@ footer {
1010
transition: 0.125s;
1111
margin-bottom: 2em;
1212
line-height: 2;
13-
key {
14-
margin: 0 0.25rem;
15-
}
1613
}
1714

1815
#commandLineMobileButton {

0 commit comments

Comments
 (0)