Skip to content

Commit

Permalink
changed: font size and height of shortcut keys
Browse files Browse the repository at this point in the history
  • Loading branch information
sorenjohanson committed Sep 16, 2024
1 parent 60bfbca commit aa30f00
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ $verticalBreakpoint: 861px;
justify-content: center;
align-items: center;
height: 16px;
font-size: 10px;
font-size: 15px;
gap: 0.25rem;

.shortcut-wrapper {
Expand All @@ -52,8 +52,8 @@ $verticalBreakpoint: 861px;
}

.shortcut-key {
padding: 0px 4px;
height: 16px;
padding: 0cqh 6px;
height: 24px;
border-radius: 4px;
display: flex;
justify-content: center;
Expand Down

0 comments on commit aa30f00

Please sign in to comment.