diff --git a/client/src/index.css b/client/src/index.css index c805b60..a6ac626 100644 --- a/client/src/index.css +++ b/client/src/index.css @@ -4,6 +4,12 @@ } } +@media only screen and (min-width: 2000px) { + html { + font-size: 40px; + } +} + html { height: 100%; width: 100%;