Skip to content

Commit c6189c6

Browse files
committed
increased mobile viewport
1 parent 2a93727 commit c6189c6

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
@@ -585,7 +585,7 @@ img {
585585
}
586586

587587
/* Media query for mobile phones */
588-
@media screen and (max-width: 926px) and (orientation: landscape) {
588+
@media screen and (orientation: landscape) and (max-width: 1500px) {
589589
.result-container .parsed-result-area .parsed-filed {
590590
font-size: 14px;
591591
}

0 commit comments

Comments
 (0)