CSS: Media Query - Desktops and Laptops
/* Desktops and laptops ----------- */ @media only screen and (min-width : 1224px) { /* Styles */ }