Skip to content

Commit

Permalink
Merge branch 'io-118' into test
Browse files Browse the repository at this point in the history
  • Loading branch information
cristain7 committed Nov 20, 2023
2 parents fe3d796 + fe99f88 commit 76504ff
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/components/map/map.scss
Original file line number Diff line number Diff line change
Expand Up @@ -36,12 +36,12 @@

// Override styles
.maplibregl-popup-content {
padding: 1.5rem 0 0 0;
padding: 1.5rem 0 0;
max-width: 15rem;
min-width: 13rem;

@include breakpoints.large {
padding: 1.75rem 0 0 0;
padding: 1.75rem 0 0;
}

h2:not(:last-child) {
Expand Down

0 comments on commit 76504ff

Please sign in to comment.