fix adaptive
This commit is contained in:
@@ -25,8 +25,9 @@ export const BackspaceBtn = styled.img`
|
||||
|
||||
export const Key = styled.button`
|
||||
margin: 4px;
|
||||
width: 64px;
|
||||
height: 64px;
|
||||
width: 8vw;
|
||||
height: 7vw;
|
||||
min-height: 40px;
|
||||
font-size: 24px;
|
||||
display: flex;
|
||||
align-items: center;
|
||||
@@ -42,4 +43,4 @@ export const Key = styled.button`
|
||||
box-shadow: inset 1px 2px 6px #5c7cc9,
|
||||
0px 6px 16px #5c7cc9;
|
||||
}
|
||||
`;
|
||||
`;
|
||||
|
||||
Reference in New Issue
Block a user