Kevin Powell - CommunityKP-C
Kevin Powell - Communityโ€ข2y agoโ€ข
4 replies
octavia0914

Media Queries

Hello Guys, these are the media queries I use, Can you chip in some advice if I am doing it wrong or right? Thanks
I do desktop to mobile, it's just a preference that's it.

/* 2xl /
@media (max-width: 1536px) {
}

/
xl /
@media (max-width: 1280px) {
}

/
lg /
@media (max-width: 1024px) {
}

/
md /
@media (max-width: 768px) {
}

/
sm /
@media (max-width: 640px) {
}

/
xs */
@media (max-width: 475px) {
}
Was this page helpful?