CSS
14
Вклад в тег
@mobile: ~"screen and (max-width: 768px)";
@mobile-portrait: ~"screen and (max-width: 480px)";
@mobile-landscape: ~"screen and (min-width: 481px) and (max-width: 768px)";
@tablet: ~"screen and (min-width: 769px) and (max-width: 1000px)";
@desktop: ~"screen and (min-width: 1001px)";