Merge branch 'hotfix/retina-scale' into develop
This commit is contained in:
commit
fec8022f0f
|
|
@ -1,4 +1,4 @@
|
|||
@media (-webkit-min-device-pixel-ratio: 1.25) {
|
||||
@media (-webkit-min-device-pixel-ratio: 1.25) and (-webkit-min-device-pixel-ratio: 1.75) {
|
||||
nav > * {
|
||||
transform: scale(0.8);
|
||||
}
|
||||
|
|
@ -7,3 +7,12 @@
|
|||
}
|
||||
|
||||
}
|
||||
|
||||
@media (-webkit-min-device-pixel-ratio: 1.76) {
|
||||
nav > * {
|
||||
transform: scale(0.9);
|
||||
}
|
||||
footer > * {
|
||||
transform: scale(0.9);
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue