Merge pull request #614 from spotify/nikek/zoom

remove css zoom
This commit is contained in:
Niklas Ek
2020-04-22 14:21:39 +02:00
committed by GitHub
2 changed files with 0 additions and 36 deletions
-18
View File
@@ -52,24 +52,6 @@
color="#5bbad5"
/>
<style>
@media only screen {
html {
zoom: 0.7;
}
}
@media only screen and (min-width: 800px) {
html {
zoom: 0.85;
}
}
@media only screen and (min-width: 1200px) {
html {
zoom: 1;
}
}
#root {
min-height: 100%;
}
@@ -52,24 +52,6 @@
color="#5bbad5"
/>
<style>
@media only screen {
html {
zoom: 0.7;
}
}
@media only screen and (min-width: 800px) {
html {
zoom: 0.85;
}
}
@media only screen and (min-width: 1200px) {
html {
zoom: 1;
}
}
#root {
min-height: 100%;
}