From b5041602e6dbd4ff5fc4a44454ebded34933399d Mon Sep 17 00:00:00 2001 From: Alex Gleason Date: Mon, 27 Sep 2021 14:47:57 -0500 Subject: [PATCH] SubNavigation: round out corners on desktop --- app/styles/navigation.scss | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/app/styles/navigation.scss b/app/styles/navigation.scss index 9f5ee753e..d982d3fa6 100644 --- a/app/styles/navigation.scss +++ b/app/styles/navigation.scss @@ -139,4 +139,9 @@ justify-self: center; font-weight: bold; } + + @media (min-width: 580px) { + border-top-left-radius: 10px; + border-top-right-radius: 10px; + } }