From 1cba79f24c9a82e4d4852b0ff2acc06fe1997c77 Mon Sep 17 00:00:00 2001 From: Cayla Hamann Date: Mon, 22 Jun 2020 15:21:41 -0400 Subject: [PATCH] fix: weird top margin with groups --- src/components/Navigation.module.scss | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/components/Navigation.module.scss b/src/components/Navigation.module.scss index 09d79ab13..031b2e43a 100644 --- a/src/components/Navigation.module.scss +++ b/src/components/Navigation.module.scss @@ -102,4 +102,7 @@ button.navLink { .nestedChevron { transform: rotate(90deg); } + .groupName { + margin-top: 0.5rem; + } }