diff --git a/src/App.css b/src/App.css index 4c233a8..f010d37 100644 --- a/src/App.css +++ b/src/App.css @@ -38,6 +38,7 @@ header { .Filters-Reset { margin: 0; + margin-bottom: 1.5rem; font-size: 1rem; } @@ -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 { diff --git a/src/App.js b/src/App.js index b5898da..b403f72 100644 --- a/src/App.js +++ b/src/App.js @@ -175,6 +175,7 @@ const MapPopup = ({ location, info, onClose }) => { anchor="bottom" dynamicPosition={false} captureScroll={true} + maxWidth="300px" >