1. Home
  2. Css
  3. Media query - smaller than

Target screen size smaller than the value.

#css#media#responsive
@media screen and ( max-width: 1024px ) {
    ...
}
copy
Full Css cheatsheet