Skip to content

Commit

Permalink
fix: linting
Browse files Browse the repository at this point in the history
  • Loading branch information
gmguarino committed May 22, 2024
1 parent d20fb43 commit 515d636
Show file tree
Hide file tree
Showing 2 changed files with 120 additions and 96 deletions.
3 changes: 2 additions & 1 deletion pinkbombs/graphs/maps_viz.py
Original file line number Diff line number Diff line change
Expand Up @@ -234,7 +234,8 @@ def make_legend_for_map():
<body>
<div id='maplegend' class='maplegend'
style='position: absolute; z-index:9999; border:2px solid grey; background-color:rgba(255, 255, 255, 0.8);
style='position: absolute; z-index:9999; border:2px solid grey;
background-color:rgba(255, 255, 255, 0.8);
border-radius:6px; padding: 10px; font-size:14px; left: 20px; bottom: 20px;'>
<div class='legend-subtitle'>Land-based Farms by Status</div>
Expand Down
Loading

0 comments on commit 515d636

Please sign in to comment.