21 lines
352 B
CSS
21 lines
352 B
CSS
![]() |
html, body {
|
||
|
border: 0;
|
||
|
margin: 0; }
|
||
|
|
||
|
.app-container {
|
||
|
width: 100%;
|
||
|
height: 100%;
|
||
|
position: absolute;
|
||
|
width: 100%;
|
||
|
display: flex;
|
||
|
justify-content: center; }
|
||
|
.app-container .app {
|
||
|
width: 100%;
|
||
|
height: 100%;
|
||
|
margin: 0;
|
||
|
display: flex;
|
||
|
flex-direction: column;
|
||
|
resize: both; }
|
||
|
|
||
|
/*# sourceMappingURL=main.css.map */
|