Skip to content

Commit

Permalink
increased mobile viewport
Browse files Browse the repository at this point in the history
  • Loading branch information
felixindrawan committed Dec 16, 2024
1 parent 8311e8d commit 0ac0e1c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion css/index.css
Original file line number Diff line number Diff line change
Expand Up @@ -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;
}
Expand Down

0 comments on commit 0ac0e1c

Please sign in to comment.