Fixed wallpaper for mobile devices again
This commit is contained in:
parent
97cd0d53a5
commit
c2267ba9df
@ -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;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user