Skip to content

Commit 0ac0e1c

Browse files
committed
increased mobile viewport
1 parent 8311e8d commit 0ac0e1c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

css/index.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -562,7 +562,7 @@ img {
562562
}
563563

564564
/* Media query for mobile phones */
565-
@media screen and (max-width: 926px) and (orientation: landscape) {
565+
@media screen and (orientation: landscape) and (max-width: 1500px) {
566566
.result-container .parsed-result-area .parsed-filed {
567567
font-size: 14px;
568568
}

0 commit comments

Comments
 (0)