Skip to content

Commit 413fbe6

Browse files
authored
fix(meteorites-map): minor mobile adjustment.
1 parent 22bccde commit 413fbe6

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

online/meteorites-map.html

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -234,7 +234,7 @@
234234
}
235235

236236
/* Adaptation pour les écrans en mode paysage: */
237-
@media screen and (max-height: 600px) {
237+
@media screen and (max-height: 620px) {
238238

239239
.dropdown-item {
240240
font-size: 10px;
@@ -1040,3 +1040,4 @@ <h2>Top ${extendedData.ranking} des classes de météorites:</h2>
10401040

10411041

10421042

1043+

0 commit comments

Comments
 (0)