diff --git a/src/components/keyboard.style.ts b/src/components/keyboard.style.ts index 21c127d..dfa2a84 100644 --- a/src/components/keyboard.style.ts +++ b/src/components/keyboard.style.ts @@ -36,7 +36,9 @@ export const BackspaceBtn = styled.img` export const Key = styled.button` margin: 4px; width: 8vw; + max-width: 100px; height: 7vw; + max-height: 100px; min-height: 40px; font-size: 24px; display: flex;