From 9f524ff92906372b8ca5d914d6e2d580daeecbcc Mon Sep 17 00:00:00 2001 From: Adam Wells Date: Sat, 21 Jul 2018 08:46:07 -0400 Subject: [PATCH] Added a few styles to increase heirarchy of curriculum list --- packages/learn/src/components/Map/map.css | 3 +++ 1 file changed, 3 insertions(+) diff --git a/packages/learn/src/components/Map/map.css b/packages/learn/src/components/Map/map.css index cefaf1ea014..d1280ca0395 100644 --- a/packages/learn/src/components/Map/map.css +++ b/packages/learn/src/components/Map/map.css @@ -18,6 +18,9 @@ display: flex; align-items: center; cursor: pointer; + padding-top: 10px; + padding-bottom: 20px; + border-bottom: 1px solid #e2e2e2; } .map-title>svg {