13 lines
263 B
CSS
13 lines
263 B
CSS
.app-container {
|
|
width: 100%;
|
|
display: flex;
|
|
justify-content: center; }
|
|
.app-container .app {
|
|
width: 1200px;
|
|
height: 900px;
|
|
display: flex;
|
|
flex-direction: column;
|
|
resize: both;
|
|
margin: 20px; }
|
|
|
|
/*# sourceMappingURL=main.css.map */
|