Merge branch 'hotfix/retina-scale' into develop

This commit is contained in:
Ramon Wenger 2022-05-12 15:05:43 +02:00
commit fec8022f0f
1 changed files with 10 additions and 1 deletions

View File

@ -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);
}
}