Fix responsive layout

This commit is contained in:
Nathan Bierema 2023-03-05 22:08:46 -05:00
parent f15145ed13
commit 6f98edef09

View File

@ -7,7 +7,7 @@ style.
overflow: hidden;
height: 100%;
width: 100%;
min-width: 760px;
min-width: 350px;
min-height: 400px;
margin: 0;
padding: 0;
@ -17,7 +17,6 @@ style.
color: #fff;
}
#root {
min-width: 760px;
height: 100%;
}
#root > div {