DEV Community

Shilpa-A12
Shilpa-A12

Posted on

How to give responsive CSS for Ipad Pro series ? - Media Query

Hi Everyone,

How to give CSS for the responsive ipad series - Ipad Pro

When I give @media and only screen (min-width: 1024px) and (max-width: 1366px) its not reflecting in my project.

How do I write this code better so it does'nt effect any other.

Top comments (0)