Files
2026-06-19 04:29:24 -03:00

14 lines
178 B
CSS

.layoutContainer {
display: flex;
width: 100vw;
height: 100vh;
overflow: hidden;
background: #050505;
}
.mainContent {
flex: 1;
overflow-y: auto;
background: #0a0a0a;
}