Web: Components: FormWrapper: fix style

This commit is contained in:
Viktor Fomin 2022-07-26 13:22:01 +03:00
parent 4c9c4201bf
commit 53a4e15b52

View File

@ -10,8 +10,7 @@ const StyledWrapper = styled.div`
background: #ffffff;
box-shadow: 0px 5px 20px rgba(4, 15, 27, 0.07);
border-radius: 12px;
max-width: 384px;
max-width: 320px;
@media ${tablet} {
max-width: 480px;