fix(ott-2875): fix clipped tournament

keep-around/2fd168b18eeebc91eac94ae86d817c12edfe1576
Ruslan Khayrullin 3 years ago
parent e8388c913e
commit 7df617c23e
  1. 1
      src/features/PageLayout/styled.tsx

@ -22,6 +22,7 @@ export const Content = styled.div`
${isMobileDevice
? css`
margin-top: 50px;
padding-bottom: 23px;
height: calc(100vh - 174px);
`
: ''};

Loading…
Cancel
Save