Skip to content
This repository has been archived by the owner on Jun 24, 2022. It is now read-only.

Commit

Permalink
Revert "Swap page layout (#2488)"
Browse files Browse the repository at this point in the history
This reverts commit 67d6294.
  • Loading branch information
biocom committed Feb 28, 2022
1 parent 588ccf2 commit 670ecf3
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 5 deletions.
6 changes: 5 additions & 1 deletion src/custom/components/Footer/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,12 @@ const Wrapper = styled.div`
${({ theme }) => theme.flexRowNoWrap}
align-items: center;
justify-content: space-evenly;
margin: auto 16px;
margin: auto 96px 0 32px;
width: 100%;
${({ theme }) => theme.mediaWidth.upToMedium`
margin: 0 auto 65px;
`}
`

const FooterWrapper = styled.div`
Expand Down
7 changes: 3 additions & 4 deletions src/custom/pages/App/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -43,12 +43,11 @@ export const Wrapper = styled(AppMod)``

export const BodyWrapper = styled.div`
display: flex;
flex-direction: row;
flex-direction: column;
width: 100%;
padding-top: 10vh;
padding-top: 120px;
align-items: center;
justify-content: center;
flex: auto;
flex: 1;
overflow-y: auto;
overflow-x: hidden;
z-index: 1;
Expand Down

0 comments on commit 670ecf3

Please sign in to comment.