Skip to content

Commit dee60c0

Browse files
committed
Max screen resolution
1 parent 26c7980 commit dee60c0

File tree

1 file changed

+15
-0
lines changed

1 file changed

+15
-0
lines changed

index.php

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -990,6 +990,21 @@ function replaceNewUpdater() {
990990
width: 90%;
991991
}
992992
}
993+
994+
@media only screen and (min-width: 1200px) and (max-width: 1400px) {
995+
996+
#center {
997+
margin: auto;
998+
max-width: 75%;
999+
}
1000+
1001+
#display {
1002+
max-width: 70%;
1003+
margin: 0 auto;
1004+
}
1005+
1006+
}
1007+
9931008
#display {
9941009
background-color: white;
9951010
padding-left: 20px;

0 commit comments

Comments
 (0)