9 lines
91 B
CSS
9 lines
91 B
CSS
![]() |
.App {
|
||
|
display: flex;
|
||
|
justify-content: center;
|
||
|
}
|
||
|
|
||
|
.App .wrapper {
|
||
|
flex: 0 1 800px;
|
||
|
}
|