Fix Bug 68197

DeepLink page is not centered
This commit is contained in:
Viktor Fomin 2024-06-05 17:10:22 +03:00
parent 7525ec76a5
commit e32b9a29fb

View File

@ -111,7 +111,6 @@ export const BgBlock = styled.div<{ bgPattern: string }>`
export const StyledWrapper = styled.div`
height: 100%;
width: 100vw;
max-width: 960px;
@media ${mobile} {
margin: 0 auto;
@ -124,7 +123,6 @@ export const StyledBody = styled.div`
flex-direction: column;
align-items: center;
max-width: 960px;
width: 100vw;
margin-bottom: 16px;