Skip to content

Commit

Permalink
Refactoring.
Browse files Browse the repository at this point in the history
  • Loading branch information
interkosmos committed Aug 20, 2024
1 parent 189daaf commit f3ec21a
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions share/dmweb/dmpack.css
Original file line number Diff line number Diff line change
Expand Up @@ -1789,8 +1789,6 @@ select[multiple] {
.packed { --density: 0; }
.autodensity { --density: 1; }

#map { height: 600px; }

@media (min-width: 768px) { .autodensity { --density: 2; } }
@media (min-width: 1024px) { .autodensity { --density: 3; } }

Expand All @@ -1800,6 +1798,9 @@ select[multiple] {

@media (max-width: 40rem) { .row { flex-direction: column; } }

/* Leaflet map height. */
#map { height: 600px; }

/*
.row, .rows > * {
display: table-row;
Expand Down

0 comments on commit f3ec21a

Please sign in to comment.