TeaWeb/web/css/main.scss

17 lines
211 B
SCSS
Raw Normal View History

html, body {
}
.app-container {
width: 100%;
display: flex;
justify-content: center;
.app {
width: 1200px;
height: 900px;
display: flex;
flex-direction: column;
resize: both;
margin: 20px;
}
}