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.
1 parent 81c36b5 commit b196d55Copy full SHA for b196d55
css/main.css
@@ -670,7 +670,7 @@ header .search form input[type='submit'] {
670
}
671
672
673
-@media only screen and (min-width: 361px) {
+@media only screen and (min-width: 481px) {
674
.portrait { display: none; }
675
.landscape { display: block; }
676
#telemetry_graph {
@@ -739,7 +739,7 @@ header .search form input[type='submit'] {
739
top: 50px;
740
741
742
-@media only screen and (max-width: 360px) {
+@media only screen and (max-width: 480px) {
743
.portrait { display: block; }
744
.landscape { display: none; }
745
#map{
0 commit comments