Adlago Posted May 2, 2021 Posted May 2, 2021 Easy, use this @media screen and (max-width: 979px) { your css rule}
SeNioR- Posted May 2, 2021 Posted May 2, 2021 Tablets and Phones @media screen and (max-width: 979px) { .yourclass { content } } Only for Phones @media screen and (max-width: 767px) { .yourclass { content } }
Recommended Posts