6 lines
109 B
SCSS
6 lines
109 B
SCSS
// variables
|
|
:root {
|
|
// layouts > page > content
|
|
--layout-page-content-min-height: calc(100vh - 42px);
|
|
}
|