Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR CSS

media max height css

@media only screen and (max-height: 500px) {
  /* place here CSS for when the screen is less than 500px tall */
  .card {
    width: 100%;
  }
}
Source by # #
 
PREVIOUS NEXT
Tagged: #media #max #height #css
ADD COMMENT
Topic
Name
3+7 =