From c2267ba9df91e607f8bc68962dee10ac3d33ed5a Mon Sep 17 00:00:00 2001 From: Dennis Potter Date: Sun, 3 Feb 2019 14:48:23 +0100 Subject: [PATCH] Fixed wallpaper for mobile devices again --- css/layout.css | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) 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; }