Лучший Ответ CB9TOIIIA , 05 May 2015 - 19:42
конечно
только еще наверное 2-3 недели буду верстать, много всего надо.

сайт салона красоты редизайн делаю.
Вообще дополнил, у заказчика 1366 ноут, поэтому вот так:
// ***************************************** Media queries for different devices ***************************************
// more info https://gist.github.com/gitawego/5803557
@print: ~"print"; // print version of website
@mobile-mini: ~"only screen and (min-width: 320px) and (max-width: 479px)"; // smartphones, iPhone, portrait 480x320 phones
@mobile: ~"only screen and (min-width: 480px) and (max-width: 599px)"; // smaller tablets 600 or 640 wide
@tablet-mini: ~"only screen and (min-width: 600px) and (max-width: 800px)"; // portrait tablets, portrait iPad
@tablet: ~"only screen and (min-width: 801px) and (max-width: 1024px)"; // tablet, landscape iPad
@desktop: ~"only screen and (min-width: 1025px) and (max-width: 1280px)"; // big landscape tablets, laptops
@desktop-xl: ~"only screen and (min-width: 1281px) and (max-width: 1365px)"; // hi-res laptops and desktops
@desktop-xxl: ~"only screen and (min-width: 1366px)"; // desktops
// devices with retina display (http://css-tricks.com/snippets/css/retina-display-media-query/)
@retina: ~"only screen and (-webkit-min-device-pixel-ratio: 2)",
~"only screen and ( min--moz-device-pixel-ratio: 2)",
~"only screen and ( -o-min-device-pixel-ratio: 2/1)",
~"only screen and ( min-device-pixel-ratio: 2)",
~"only screen and ( min-resolution: 192dpi)",
~"only screen and ( min-resolution: 2dppx)";
Перейти к сообщению
















