Skip to content

Commit

Permalink
Use less wide scorecard
Browse files Browse the repository at this point in the history
  • Loading branch information
Eric-Arellano committed Jul 5, 2024
1 parent 36fcf4d commit 9254c6d
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions src/css/_scorecard.scss
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
}

.leaflet-popup-content-wrapper {
width: 365px;
width: 330px;
border-radius: 10px;
float: right;
position: fixed;
Expand All @@ -34,7 +34,7 @@
}

.leaflet-popup-content-wrapper p {
font-size: typography.$font-size-sm;
font-size: typography.$font-size-base;
color: colors.$black;
margin: 0;
}
Expand Down Expand Up @@ -74,7 +74,6 @@
overflow-y: scroll;
overflow-x: hidden;
height: 119px;
width: 350px;
float: left;
position: fixed;
bottom: 32px;
Expand Down

0 comments on commit 9254c6d

Please sign in to comment.