Files
fateverse-react/src/assets/styles/appmain.scss
2023-11-10 14:31:25 +08:00

7 lines
124 B
SCSS

.app-container {
width: 100%;
height: calc(100vh - 64px);
padding: 20px;
box-sizing: border-box;
overflow: auto;
}