Fixed flex issue

This commit is contained in:
Camerin 2021-09-19 21:31:18 -04:00
parent ab5da7f253
commit 42417694c0
1 changed files with 2 additions and 0 deletions

View File

@ -15,11 +15,13 @@ body {
margin:0;
width: 100vw;
overflow-x: hidden;
}
.App {
height: 100vh;
display:flex;
flex-direction:column;
}
.Home {