TeaWeb/client/css/main.scss

21 lines
No EOL
276 B
SCSS

html, body {
border: 0;
margin: 0;
}
.app-container {
width: 100%;
height: 100%;
position: absolute;
width: 100%;
display: flex;
justify-content: center;
.app {
width: 100%;
height: 100%;
margin: 0;
display: flex; flex-direction: column; resize: both;
}
}