diff --git a/css/layout.css b/css/layout.css index 7b339f3..80318b2 100755 --- a/css/layout.css +++ b/css/layout.css @@ -67,8 +67,9 @@ header { } @media -(-webkit-min-device-pixel-ratio: 1.5), -(min-resolution: 144dpi) { +((-webkit-min-device-pixel-ratio: 1.5) or +(min-resolution: 144dpi)) and +(min-width: 1000px) { header { background: #161415 url(../images/header-background.jpg) no-repeat top center; }