Set global min width

This commit is contained in:
Daniel Lautzenheiser 2022-09-20 12:01:58 -04:00
parent 8c628384fc
commit d46a4ffdf8

View File

@ -36,11 +36,13 @@ TopBarProgress.config({
const AppRoot = styled.div` const AppRoot = styled.div`
width: 100%; width: 100%;
min-width: 1200px;
min-height: 100vh; min-height: 100vh;
`; `;
const AppWrapper = styled.div` const AppWrapper = styled.div`
width: 100%; width: 100%;
min-width: 1200px;
min-height: 100vh; min-height: 100vh;
`; `;