6 lines
64 B
SCSS
6 lines
64 B
SCSS
|
// Height values in vh
|
||
|
|
||
|
.h-100vh {
|
||
|
height: 100vh !important;
|
||
|
}
|