Surface Pro - Media Queries for mobile/tablet devices( ALL Updated - 2019)

Surface Pro - Media Queries for mobile/tablet devices( ALL Updated - 2019)

/*Reference: https://gist.github.com/aamorozov/ff6b41896b7cfef299ec9ce83ea1889d */ @media only screen and (min-device-width : 1024px) and (max-device-width : 1366px) and (orientation : portrait) and (-webkit-min-device-pixel-ratio: 2) { /* PORTRAIT: Apple Ipad Pro */ } @media only...
spacer