Files
HangmanLab.Frontend/src/App.css
2024-12-09 07:01:22 +00:00

17 lines
251 B
CSS

.app-container {
display: flex;
flex-direction: column;
height: 100vh;
}
.content-container {
display: flex;
flex: 1;
overflow: hidden;
}
.main-content {
flex: 1;
padding: 1rem 1rem 100px 1rem;
overflow-y: auto;
}