Common Media Query Sizes

/*Mobile in Portrait Mode*/ @media (max-width 320px){ } /*Mobile in Landscape Mode*/ @media (max-width 321px) and (max-width: 480px){ } /*Tablet*/ @media (max-width 768px) and (max-width: 1024px){ } /*Desktops and Laptops*/ @media (min-width: 1224px){ } /*Very Large Screen Devices*/ @media (min-width 1824px){ }

Be the first to comment

You can use [html][/html], [css][/css], [php][/php] and more to embed the code. Urls are automatically hyperlinked. Line breaks and paragraphs are automatically generated.