Skip to content

Commit

Permalink
Merge pull request #1402 from sul-dlss/map-border
Browse files Browse the repository at this point in the history
Add a border to the leaflet viewer to match sul-embed
  • Loading branch information
marlo-longley authored Sep 12, 2024
2 parents e302152 + 8463c6f commit ce3411a
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions app/assets/stylesheets/earthworks.css
Original file line number Diff line number Diff line change
Expand Up @@ -195,6 +195,9 @@ Uncomment lines 142-144
} */

#main-container #leaflet-viewer {
/* match sul-embed border */
border: 1px solid black;

@media (min-width: 992px) {
height: 620px;
}
Expand Down

0 comments on commit ce3411a

Please sign in to comment.