Making the map a bit shorter by default so that page/profile content below the fold is more noticeable
Prevents the site title from breaking the layout
Uses a link-to's active state to determine if we're on the index route so that the map and sidebar are full height on medium screens when there is no content
Adds a button to show/hide the legend on small screens — which required adding a .set() to every route (per @allthesignals, there's probably a better way to do this)
This PR improves the UX on small screens by…
link-to
's active state to determine if we're on the index route so that the map and sidebar are full height on medium screens when there is no content.set()
to every route (per @allthesignals, there's probably a better way to do this)Closes #104