This commit is contained in:
h z
2024-12-03 09:41:58 +00:00
parent 8bbfc10a39
commit b355b867a5
8 changed files with 233 additions and 0 deletions

16
src/App.css Normal file
View File

@@ -0,0 +1,16 @@
.app-container {
display: flex;
flex-direction: column;
height: 100vh;
}
.content-container {
display: flex;
flex: 1;
}
.main-content {
flex: 1;
padding: 1rem;
overflow-y: auto;
}