Skip to content

Commit

Permalink
Make popups wider and titles more prominent
Browse files Browse the repository at this point in the history
  • Loading branch information
mileswwatkins committed Nov 25, 2023
1 parent 4c4b487 commit c0457e9
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
5 changes: 3 additions & 2 deletions src/App.css
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,7 @@ header {

.Filters-Reset {
margin: 0;
margin-bottom: 1.5rem;
font-size: 1rem;
}

Expand Down Expand Up @@ -102,9 +103,9 @@ form > label {
}

.Map-Popup-header {
font-size: 16px;
font-size: 1.25rem;
font-weight: bold;
line-height: 14px;
line-height: 1.25rem;
}

.Map-Popup-body {
Expand Down
1 change: 1 addition & 0 deletions src/App.js
Original file line number Diff line number Diff line change
Expand Up @@ -175,6 +175,7 @@ const MapPopup = ({ location, info, onClose }) => {
anchor="bottom"
dynamicPosition={false}
captureScroll={true}
maxWidth="300px"
>
<div className="Map-Popup">
<span className="Map-Popup-header">
Expand Down

0 comments on commit c0457e9

Please sign in to comment.