diff --git a/src/containers/ListingPage/ListingPage.css b/src/containers/ListingPage/ListingPage.css index b5166555..5de33b96 100644 --- a/src/containers/ListingPage/ListingPage.css +++ b/src/containers/ListingPage/ListingPage.css @@ -424,3 +424,13 @@ .ownListingText { margin-top: 15px; /* align to baseline */ } + +.editListingMobile { + margin: 0 24px; + @media (--viewportMedium) { + margin: 0; + } + @media (--viewportLarge) { + display: none; + } +} diff --git a/src/containers/ListingPage/ListingPage.js b/src/containers/ListingPage/ListingPage.js index 31b1083a..810d98bd 100644 --- a/src/containers/ListingPage/ListingPage.js +++ b/src/containers/ListingPage/ListingPage.js @@ -257,6 +257,9 @@ export class ListingPageComponent extends Component { {map} +