fix adaptive

This commit is contained in:
2022-11-29 22:36:58 +03:00
parent 43ca37d817
commit 37f6f1bdd8
7 changed files with 71 additions and 12 deletions

View File

@@ -13,6 +13,10 @@ export const InputWrapper = styled.div`
padding: 12px;
display: flex;
align-items: center;
@media screen and (max-width: 600px) {
flex-direction: column;
}
`;
export const InputLabel = styled.label`
position: absolute;
@@ -26,6 +30,7 @@ export const InputElement = styled.input`
font-size: 24px;
border-radius: 8px;
color: #117623;
max-width: 90vw;
`;
export const LogoImg = styled.img`