11 lines
133 B
SCSS
11 lines
133 B
SCSS
|
.WebTemplate {
|
||
|
height: 100%;
|
||
|
display: flex;
|
||
|
flex-direction: column;
|
||
|
flex-wrap: nowrap;
|
||
|
|
||
|
&-spacer {
|
||
|
flex-grow: 2;
|
||
|
}
|
||
|
}
|