Skip to content

Commit

Permalink
fix: media query for mobile
Browse files Browse the repository at this point in the history
  • Loading branch information
felixindrawan committed Dec 12, 2024
1 parent b1849c3 commit e95111c
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion css/index.css
Original file line number Diff line number Diff line change
Expand Up @@ -561,7 +561,8 @@ img {
}
}

@media screen and (max-width: 800px) and (orientation: landscape) {
/* Media query for mobile phones */
@media screen and (max-width: 926px) and (orientation: landscape) {
.result-container .parsed-result-area .parsed-filed {
font-size: 14px;
}
Expand Down

0 comments on commit e95111c

Please sign in to comment.