Invision Community 4: SEO, prepare for v5 and dormant account notifications By Matt Monday at 02:04 PM
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