diff --git a/css/index.css b/css/index.css index f9adda5..03d6119 100644 --- a/css/index.css +++ b/css/index.css @@ -562,7 +562,7 @@ img { } /* Media query for mobile phones */ -@media screen and (max-width: 926px) and (orientation: landscape) { +@media screen and (orientation: landscape) and (max-width: 1500px) { .result-container .parsed-result-area .parsed-filed { font-size: 14px; }