how to set media query if veiw height is a certain amount code example
Example: css media screen
@media (max-width: 991px){
.mobile{
display: block;
}
}
@media (max-width: 991px){
.mobile{
display: block;
}
}