feat: add styles

This commit is contained in:
2026-06-18 20:49:00 -03:00
parent 96642c71a4
commit aff5ed15ed
3 changed files with 250 additions and 0 deletions
+13
View File
@@ -0,0 +1,13 @@
.layoutContainer {
display: flex;
width: 100vw;
height: 100vh;
overflow: hidden;
background: #050505;
}
.mainContent {
flex: 1;
overflow-y: auto;
background: #0a0a0a;
}