Skip to content

Commit 8d72778

Browse files
author
Sam Tuke
authored
Merge pull request #65 from phpList/screen-resolution
Max screen resolution
2 parents a5c2d76 + dee60c0 commit 8d72778

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)