From 4d0af16fdf161733d747effd9cdb2272348e6981 Mon Sep 17 00:00:00 2001 From: Steve Sutton Date: Wed, 29 Aug 2018 15:30:26 -0400 Subject: [PATCH] Update spacing for map popup info section For the section that has the phone and website url add some line-height. --- css/front.css | 3 +++ 1 file changed, 3 insertions(+) diff --git a/css/front.css b/css/front.css index cc025e51..7c2c3d53 100644 --- a/css/front.css +++ b/css/front.css @@ -122,6 +122,9 @@ .glm-member-db-list.map-opened #glm-member-list-map-toggle:before { content: "Hide "; } +.glm-member-list-info p.glm-member-list-map-info { + line-height: 1.6; +} .glm-member-db-list #glm-locationMap-container { transition: all 0.5s; float: right; -- 2.17.1