7 lines
75 B
CSS
7 lines
75 B
CSS
|
.app-layout {
|
||
|
display: flex;
|
||
|
flex: 1;
|
||
|
width: 100%;
|
||
|
height: 100%;
|
||
|
}
|