style(#1283): styles fix (#459)

Co-authored-by: Farber Denis <denis.farber@instatsport.com>
keep-around/af30b88d367751c9e05a735e4a0467a96238ef47
Farber Denis 4 years ago committed by GitHub
parent 21347e518a
commit 482a0a0f0e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 8
      src/features/UserAccount/components/Header/index.tsx
  2. 1
      src/features/UserAccount/components/PersonalInfoForm/styled.tsx

@ -23,7 +23,13 @@ const HeaderStyled = styled.header`
${isMobileDevice
? css`
justify-content: center;
justify-content: center;
@media (max-width: 650px){
margin-bottom: 20px;
}
@media (orientation: landscape){
margin-bottom: 20px;
}
`
: ''};
`

@ -39,6 +39,7 @@ export const Form = styled.div`
${isMobileDevice
? css`
width: 100%;
min-width: 100%;
@media (orientation: landscape){
padding-top: 0;
height: auto;

Loading…
Cancel
Save