Published
- 1 min read
media max height css
The solution for this is noted below
media max height css
Solution
@media only screen and (max-height: 500px) {
/* place here CSS for when the screen is less than 500px tall */
.card {
width: 100%;
}
}
Try other methods by searching on the site. That is if this doesn’t work