fix max keyboard width & height

This commit is contained in:
Primakov Alexandr Alexandrovich 2022-11-30 12:21:43 +03:00
parent 7cb8167d7a
commit 7c80aacf42

View File

@ -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;