We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents a5c2d76 + dee60c0 commit 8d72778Copy full SHA for 8d72778
index.php
@@ -990,6 +990,21 @@ function replaceNewUpdater() {
990
width: 90%;
991
}
992
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
1008
#display {
1009
background-color: white;
1010
padding-left: 20px;
0 commit comments