Fixed wallpaper for mobile devices again
This commit is contained in:
parent
97cd0d53a5
commit
c2267ba9df
@ -67,8 +67,9 @@ header {
|
|||||||
}
|
}
|
||||||
|
|
||||||
@media
|
@media
|
||||||
(-webkit-min-device-pixel-ratio: 1.5),
|
((-webkit-min-device-pixel-ratio: 1.5) or
|
||||||
(min-resolution: 144dpi) {
|
(min-resolution: 144dpi)) and
|
||||||
|
(min-width: 1000px) {
|
||||||
header {
|
header {
|
||||||
background: #161415 url(../images/header-background.jpg) no-repeat top center;
|
background: #161415 url(../images/header-background.jpg) no-repeat top center;
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user