8 lines
172 B
CSS
8 lines
172 B
CSS
![]() |
#Dashboard {
|
||
|
align-items: center;
|
||
|
background-color: #f3f5f8;
|
||
|
display: flex;
|
||
|
flex-direction: column;
|
||
|
justify-content: space-between;
|
||
|
height: 100vh;
|
||
|
}
|