7 lines
80 B
CSS
7 lines
80 B
CSS
.App {
|
|
height: 100%;
|
|
display: flex;
|
|
flex-direction: row;
|
|
width: 100%;
|
|
}
|