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