Skip to content

Commit e95111c

Browse files
committed
fix: media query for mobile
1 parent b1849c3 commit e95111c

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

css/index.css

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -561,7 +561,8 @@ img {
561561
}
562562
}
563563

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

0 commit comments

Comments
 (0)