From 41866d0e94617b18678f94b07b97bce48b3a6bd4 Mon Sep 17 00:00:00 2001 From: Kevin Miller Date: Wed, 6 Jan 2021 09:59:47 -0800 Subject: [PATCH] chore: Tighten legend spacing in modal --- .../pages/data/hhs-facilities/map/legend.module.scss | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/src/components/pages/data/hhs-facilities/map/legend.module.scss b/src/components/pages/data/hhs-facilities/map/legend.module.scss index a02e03832..c98a4863f 100644 --- a/src/components/pages/data/hhs-facilities/map/legend.module.scss +++ b/src/components/pages/data/hhs-facilities/map/legend.module.scss @@ -6,11 +6,13 @@ } .legend { - @include margin(32, top); @include padding(8, top bottom); @include type-size(100); display: flex; justify-content: flex-end; + @media (min-width: $viewport-md) { + @include margin(32, top); + } > div { flex-wrap: wrap; }