Fixed flex issue
This commit is contained in:
parent
ab5da7f253
commit
42417694c0
|
|
@ -15,11 +15,13 @@ body {
|
|||
margin:0;
|
||||
width: 100vw;
|
||||
overflow-x: hidden;
|
||||
|
||||
}
|
||||
|
||||
.App {
|
||||
height: 100vh;
|
||||
display:flex;
|
||||
flex-direction:column;
|
||||
}
|
||||
|
||||
.Home {
|
||||
|
|
|
|||
Loading…
Reference in New Issue