Skip to content

Commit

Permalink
Add a border to the leaflet viewer to match sul-embed
Browse files Browse the repository at this point in the history
Embedded content has a border provided by sul-embed's own
stylesheet. It adds some nice contrast to the page, so I figured
we could make the non-embed viewers match.
  • Loading branch information
thatbudakguy committed Sep 11, 2024
1 parent 18ee5d6 commit 8463c6f
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 8463c6f

Please sign in to comment.