4 lines
50 B
CSS
4 lines
50 B
CSS
|
|
.App{
|
||
|
|
display: flex;
|
||
|
|
flex-direction: column;
|
||
|
|
}
|