Skip to content

Commit b196d55

Browse files
increase portrait width to 480px
1 parent 81c36b5 commit b196d55

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

css/main.css

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -670,7 +670,7 @@ header .search form input[type='submit'] {
670670
}
671671
}
672672

673-
@media only screen and (min-width: 361px) {
673+
@media only screen and (min-width: 481px) {
674674
.portrait { display: none; }
675675
.landscape { display: block; }
676676
#telemetry_graph {
@@ -739,7 +739,7 @@ header .search form input[type='submit'] {
739739
top: 50px;
740740
}
741741
}
742-
@media only screen and (max-width: 360px) {
742+
@media only screen and (max-width: 480px) {
743743
.portrait { display: block; }
744744
.landscape { display: none; }
745745
#map{

0 commit comments

Comments
 (0)