Files
LangBot/web/src/app/home/layout.module.css
2025-04-28 21:41:03 +08:00

18 lines
280 B
CSS

.homeLayoutContainer {
width: 100vw;
height: 100vh;
display: flex;
flex-direction: row;
}
.main {
width: 100%;
height: 100%;
background-color: #FAFBFB;
}
.mainContent {
width: calc(100% - 40px);
height: calc(100% - 110px);
margin: 20px;
}