mirror of
https://github.com/Hopiu/bootstrap.git
synced 2026-03-17 21:20:23 +00:00
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…
Reference in a new issue