Skip to content

Commit

Permalink
Merge pull request #471 from ohamuy/Pop-up-Image
Browse files Browse the repository at this point in the history
Pop-up image update
  • Loading branch information
lauramosher committed Jul 25, 2020
2 parents 6d83487 + 3543a24 commit 0455459
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions rails/app/assets/stylesheets/components/_balloon.scss
Original file line number Diff line number Diff line change
@@ -1,19 +1,16 @@
.ts-markerPopup {
&-content {
display: flex;
justify-content: center;
padding: 0.5rem;
color: $default-text;

img {
width: 100px;
height: 100px;
width: 100%;
height: auto;
}
}

.mapboxgl-popup-content {
h1, h2, h3, h4, h5, p, img {
padding: 0.5rem;
margin: 0;
}
padding: 0rem;
Expand Down

0 comments on commit 0455459

Please sign in to comment.