remove css zoom

This commit is contained in:
nikek
2020-04-22 13:59:47 +02:00
parent 1c99b3bc38
commit 1269cc9e6b
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%;
}