Skip to content
Snippets Groups Projects
Commit 57c54827 authored by Paolo.Brasolin's avatar Paolo.Brasolin
Browse files

fix: keyboard labels size

parent ad022640
No related branches found
No related tags found
No related merge requests found
...@@ -60,7 +60,7 @@ $key-width: 8vw; // 100/12 ~ 8.3 ...@@ -60,7 +60,7 @@ $key-width: 8vw; // 100/12 ~ 8.3
color: white; color: white;
font-weight: bold; font-weight: bold;
text-shadow: 0 0 8px black; text-shadow: 0 0 8px black;
font-size: max(0.4 * $key-width, 20px); font-size: 0.4 * $key-width;
span { span {
line-height: 0; line-height: 0;
} }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment