Fixed wallpaper for mobile devices again

This commit is contained in:
Dennis Potter 2019-02-03 14:48:23 +01:00
parent 97cd0d53a5
commit c2267ba9df
Signed by: Dennis
GPG Key ID: 186A8AD440942BAF
1 changed files with 3 additions and 2 deletions

View File

@ -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;
}