diff --git a/src/Components/IsNiftyOpenApp/App.css b/src/Components/IsNiftyOpenApp/App.css index 9707609..d2254f7 100644 --- a/src/Components/IsNiftyOpenApp/App.css +++ b/src/Components/IsNiftyOpenApp/App.css @@ -32,11 +32,17 @@ @media screen and (min-width: 321px) and (max-width: 425px) { .App { - font-size: 0.45em; + font-size: 0.5em; } } -@media screen and (max-width: 320px) { +@media screen and (min-width: 241px) and (max-width: 320px) { + .App { + font-size: 0.4em; + } +} + +@media screen and (max-width: 240px) { .App { font-size: 0.3em; }