sass-site/source/assets/stylesheets/responsive/_high-resolution.scss

11 lines
294 B
SCSS
Raw Normal View History

2013-02-09 04:10:33 +01:00
// ===========================================================================
// HIGH RESOLUTION
@media print,
(-o-min-device-pixel-ratio: 5/4),
(-webkit-min-device-pixel-ratio: 1.25),
(min-resolution: 120dpi) {
/* Style adjustments for high resolution devices */
}