Fixes #12851: it's not a tumah
This commit is contained in:
parent
4d527f9251
commit
2e02ed4e0c
1 changed files with 1 additions and 1 deletions
|
|
@ -379,7 +379,7 @@
|
|||
|
||||
@media
|
||||
only screen and (-webkit-min-device-pixel-ratio: 2),
|
||||
only screen and ( min--moz-device-pixel-ratio: 2),
|
||||
only screen and ( min--moz-device-pixel-ratio: 2), // Not a typo
|
||||
only screen and ( -o-min-device-pixel-ratio: 2/1),
|
||||
only screen and ( min-device-pixel-ratio: 2),
|
||||
only screen and ( min-resolution: 192dpi),
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue