media query - smaller than
Target screen size smaller than the value.
@media screen and ( max-width: 1024px ) {
...
}
copy
Target screen size smaller than the value.
@media screen and ( max-width: 1024px ) {
...
}
copy