Mise en ligne de la version 0.2.0
This commit is contained in:
10
web/src/app/app.component.scss
Normal file
10
web/src/app/app.component.scss
Normal file
@@ -0,0 +1,10 @@
|
||||
.app-container {
|
||||
display: flex;
|
||||
height: 100vh;
|
||||
}
|
||||
|
||||
.main-content {
|
||||
flex: 1;
|
||||
padding: 2rem;
|
||||
overflow-y: auto;
|
||||
}
|
||||
Reference in New Issue
Block a user