This commit is contained in:
Daniel Shleifman
2022-06-26 14:17:25 +03:00
parent 1b9203f8ea
commit 86df13a01c
2 changed files with 5 additions and 6 deletions

View File

@@ -29,9 +29,13 @@ export const AppWrapper = styled.div`
`
export const CenteredGrid = styled.div`
height: 100%;
display: grid;
place-items: center;
${standaloneMedia(css`
height: 100vh;
width: 100vw;
`)}
`
export const AppHeader = styled.div`