diff --git a/client/src/index.css b/client/src/index.css index ccf904b..e474130 100644 --- a/client/src/index.css +++ b/client/src/index.css @@ -1,14 +1,20 @@ -@media only screen and (max-width: 1200px) { +/*@media only screen and (max-height: 512px) { html { - font-size: 10px; + font-size: 6.75px; } } -@media only screen and (min-width: 2000px) { +@media only screen and (min-height: 513px) and (max-height: 800px) {*/ html { - font-size: 40px; + font-size: 2vh;/*10px;*/ } -} +/*} + +@media only screen and (min-height: 2000px) { + html { + font-size: 30px; + } +}*/ html { height: 100%;