9 lines
131 B
SCSS
9 lines
131 B
SCSS
|
%with-sticky-footer {
|
||
|
display: flex;
|
||
|
min-height: 100vh;
|
||
|
flex-direction: column;
|
||
|
}
|
||
|
%with-sticky-footer-content {
|
||
|
flex: 1;
|
||
|
}
|