main
scss 8 lines 102 Bytes
Raw
1 .layout-Blank {
2 .page-wrapped {
3 height: 100svh;
4 }
5 .page-min-wrapped {
6 min-height: 100svh;
7 }
8 }