Skip to content

Commit 27e9bd3

Browse files
committed
Add 45px spacing to Leaflet attribution
Add margin-bottom of 45px and margin-left of 10px to ensure the Leaflet attribution has proper spacing from the bottom navbar and left edge.
1 parent a2525e1 commit 27e9bd3

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

css/catchment.css

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -251,6 +251,12 @@ body {
251251
margin-top: 60px;
252252
}
253253

254+
/* Ensure Leaflet attribution has proper spacing */
255+
.leaflet-bottom.leaflet-left {
256+
margin-bottom: 45px;
257+
margin-left: 10px;
258+
}
259+
254260
/* Better popup styling */
255261
.leaflet-popup-content {
256262
margin: 13px 19px;

0 commit comments

Comments
 (0)