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

fix: #fe keycap label sizing

parent 8a547dfd
No related branches found
No related tags found
No related merge requests found
......@@ -56,7 +56,10 @@ $key-width: 8vw; // 100/12 ~ 8.3
color: white;
font-weight: bold;
text-shadow: 0 0 8px black;
font-size: max(4vw, 20px);
font-size: max(0.4 * $key-width, 20px);
span {
line-height: 0;
}
border-radius: 0.125 * $key-width;
background: #fff4;
......
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